Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
|
@@ -236,7 +236,7 @@ with gr.Blocks() as app:
|
|
| 236 |
with gr.Column(scale=5, min_width=600, variant="compact"):
|
| 237 |
|
| 238 |
# Add a textbox for the input at the top
|
| 239 |
-
with gr.Accordion('Original Input'):
|
| 240 |
input_display = gr.Markdown()
|
| 241 |
#input_display = gr.Textbox(interactive=False)
|
| 242 |
gr.Markdown("---")
|
|
|
|
| 236 |
with gr.Column(scale=5, min_width=600, variant="compact"):
|
| 237 |
|
| 238 |
# Add a textbox for the input at the top
|
| 239 |
+
with gr.Accordion('Original Input', open=False):
|
| 240 |
input_display = gr.Markdown()
|
| 241 |
#input_display = gr.Textbox(interactive=False)
|
| 242 |
gr.Markdown("---")
|