Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -415,7 +415,7 @@ with gr.Blocks(css = css) as demo:
|
|
415 |
with gr.Row():
|
416 |
emoji_outputs = gr.Textbox(label="Emoji Prompt Input", show_label=True, lines=1, max_lines=20,
|
417 |
min_width = 256, placeholder="Click Emoji from left with some emoji input manually", elem_id="prompt",
|
418 |
-
interactive=True)
|
419 |
clean_button = gr.Button("Clear", elem_id="clear_button")
|
420 |
'''
|
421 |
with gr.Column():
|
|
|
415 |
with gr.Row():
|
416 |
emoji_outputs = gr.Textbox(label="Emoji Prompt Input", show_label=True, lines=1, max_lines=20,
|
417 |
min_width = 256, placeholder="Click Emoji from left with some emoji input manually", elem_id="prompt",
|
418 |
+
interactive=True, info = "Generate by Click, and can edit by yourself, look up Examples below")
|
419 |
clean_button = gr.Button("Clear", elem_id="clear_button")
|
420 |
'''
|
421 |
with gr.Column():
|