Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
112 |
loading_icon = gr.HTML(loading_icon_html)
|
113 |
share_button = gr.Button("Share to community", elem_id="share-btn")
|
114 |
|
115 |
-
error_handler = gr.Textbox(visible=False, show_label=False)
|
116 |
|
117 |
with gr.Column(elem_id="col-container-2"):
|
118 |
with gr.Row():
|
|
|
112 |
loading_icon = gr.HTML(loading_icon_html)
|
113 |
share_button = gr.Button("Share to community", elem_id="share-btn")
|
114 |
|
115 |
+
error_handler = gr.Textbox(visible=False, show_label=False, elem_id="error_handler")
|
116 |
|
117 |
with gr.Column(elem_id="col-container-2"):
|
118 |
with gr.Row():
|