taesiri commited on
Commit
4b7abe7
·
verified ·
1 Parent(s): 049860e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -538,7 +538,7 @@ with gr.Blocks() as demo:
538
  "👎 Both are bad", variant="secondary", visible=False
539
  )
540
 
541
- with gr.Accordion("DEBUG", open=False):
542
  with gr.Column():
543
  post_id_display = gr.Textbox(
544
  label="Post ID", show_label=True, interactive=False
 
538
  "👎 Both are bad", variant="secondary", visible=False
539
  )
540
 
541
+ with gr.Accordion("DEBUG", open=False, visible=False):
542
  with gr.Column():
543
  post_id_display = gr.Textbox(
544
  label="Post ID", show_label=True, interactive=False