Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|