Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -599,7 +599,8 @@ def create_chatbot_demo():
|
|
| 599 |
response_text_display = gr.Textbox(
|
| 600 |
label="Generated Response",
|
| 601 |
interactive=False,
|
| 602 |
-
lines=5
|
|
|
|
| 603 |
)
|
| 604 |
|
| 605 |
with gr.Accordion("Generation Settings", open=False):
|
|
|
|
| 599 |
response_text_display = gr.Textbox(
|
| 600 |
label="Generated Response",
|
| 601 |
interactive=False,
|
| 602 |
+
lines=5,
|
| 603 |
+
visible=False
|
| 604 |
)
|
| 605 |
|
| 606 |
with gr.Accordion("Generation Settings", open=False):
|