Update app.py
Browse files
app.py
CHANGED
@@ -342,7 +342,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
342 |
submit_button = gr.Button(
|
343 |
"Submit", variant="primary", elem_id="submit-button"
|
344 |
)
|
345 |
-
with gr.Column():
|
346 |
# output_text = gr.Textbox(
|
347 |
# label="Response", visible=False, elem_id="answer"
|
348 |
# )
|
|
|
342 |
submit_button = gr.Button(
|
343 |
"Submit", variant="primary", elem_id="submit-button"
|
344 |
)
|
345 |
+
# with gr.Column():
|
346 |
# output_text = gr.Textbox(
|
347 |
# label="Response", visible=False, elem_id="answer"
|
348 |
# )
|