mipo57 commited on
Commit
352c523
1 Parent(s): d3a62b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
69
  # label="Top-p (nucleus sampling)",
70
  # ),
71
  ],
72
- chatbot=gr.Chatbot(height=700)
73
  )
74
  else:
75
  password = gr.Textbox(placeholder="Provide password...")
 
69
  # label="Top-p (nucleus sampling)",
70
  # ),
71
  ],
72
+ chatbot=gr.Chatbot(height=400)
73
  )
74
  else:
75
  password = gr.Textbox(placeholder="Provide password...")