Spaces:
Build error
Build error
disable download btn for now
Browse files
app.py
CHANGED
@@ -285,7 +285,7 @@ with gr.Blocks(css=STYLE) as demo:
|
|
285 |
|
286 |
with gr.Row():
|
287 |
restart_from_export_view_btn = gr.Button("start over", elem_classes=["wrap", "control-button"])
|
288 |
-
export_to_file_btn = gr.Button("Download as ZIP file", elem_classes=["wrap", "control-button"], scale=2)
|
289 |
|
290 |
with gr.Accordion("π¬", open=False, elem_id="chat-section", visible=False) as chat_section:
|
291 |
with gr.Column(scale=1):
|
|
|
285 |
|
286 |
with gr.Row():
|
287 |
restart_from_export_view_btn = gr.Button("start over", elem_classes=["wrap", "control-button"])
|
288 |
+
export_to_file_btn = gr.Button("Download as ZIP file (TBA)", interactive=False, elem_classes=["wrap", "control-button"], scale=2)
|
289 |
|
290 |
with gr.Accordion("π¬", open=False, elem_id="chat-section", visible=False) as chat_section:
|
291 |
with gr.Column(scale=1):
|