Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks(css=css) as demo:
|
|
68 |
with gr.Group(elem_id="share-btn-container"):
|
69 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
70 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
71 |
-
|
72 |
|
73 |
see_prompts.click(get_prompts,
|
74 |
inputs = [input_text],
|
|
|
68 |
with gr.Group(elem_id="share-btn-container"):
|
69 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
70 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|
71 |
+
|
72 |
|
73 |
see_prompts.click(get_prompts,
|
74 |
inputs = [input_text],
|