Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -294,7 +294,7 @@ with gr.Blocks(css = css) as demo:
|
|
294 |
with gr.Row():
|
295 |
with gr.Column():
|
296 |
sub_title_1 = gr.Markdown(
|
297 |
-
value="### ChengYu to Emoji combinations, You can click to use them",
|
298 |
visible=True,
|
299 |
#elem_id="selected_model",
|
300 |
)
|
|
|
294 |
with gr.Row():
|
295 |
with gr.Column():
|
296 |
sub_title_1 = gr.Markdown(
|
297 |
+
value="### ChengYu to Emoji combinations, You can click to use them, Don't forget edit them after click, to make it meaningful",
|
298 |
visible=True,
|
299 |
#elem_id="selected_model",
|
300 |
)
|