multimodalart HF Staff commited on
Commit
a375a1f
·
verified ·
1 Parent(s): 3821ed3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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):