Spaces:
Sleeping
Sleeping
Dan Mo
commited on
Commit
·
7c18e99
1
Parent(s):
33ce270
Update random button label in Gradio interface for clarity
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ class EmojiMashupApp:
|
|
162 |
label="Your message",
|
163 |
scale=9
|
164 |
)
|
165 |
-
random_btn = gr.Button("🎲", scale=1, min_width=40, size="sm", variant="secondary"
|
166 |
|
167 |
# Process button
|
168 |
submit_btn = gr.Button("Generate Emoji Mashup", variant="primary")
|
|
|
162 |
label="Your message",
|
163 |
scale=9
|
164 |
)
|
165 |
+
random_btn = gr.Button("🎲 Random", scale=1, min_width=40, size="sm", variant="secondary")
|
166 |
|
167 |
# Process button
|
168 |
submit_btn = gr.Button("Generate Emoji Mashup", variant="primary")
|