chansung commited on
Commit
707d418
β€’
1 Parent(s): 18f3499

disable chat for now

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ with gr.Blocks(css=STYLE) as demo:
284
  restart_from_export_view_btn = gr.Button("start over", elem_classes=["wrap", "control-button"])
285
  export_to_file_btn = gr.Button("Download as ZIP file", elem_classes=["wrap", "control-button"], scale=2)
286
 
287
- with gr.Accordion("πŸ’¬", open=False, elem_id="chat-section") as chat_section:
288
  with gr.Column(scale=1):
289
  chatbot = gr.Chatbot(
290
  [],
 
284
  restart_from_export_view_btn = gr.Button("start over", elem_classes=["wrap", "control-button"])
285
  export_to_file_btn = gr.Button("Download as ZIP file", elem_classes=["wrap", "control-button"], scale=2)
286
 
287
+ with gr.Accordion("πŸ’¬", open=False, elem_id="chat-section", visible=False) as chat_section:
288
  with gr.Column(scale=1):
289
  chatbot = gr.Chatbot(
290
  [],