ibagur commited on
Commit
3ffb53a
1 Parent(s): cfed559

change chat height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
117
  )
118
 
119
  # Start chatbot with welcome from bot
120
- chatbot = gr.Chatbot([(None,'How can I help you?')]).style(height=600)
121
  msg = gr.Textbox()
122
  clear = gr.ClearButton([msg, chatbot])
123
 
 
117
  )
118
 
119
  # Start chatbot with welcome from bot
120
+ chatbot = gr.Chatbot([(None,'How can I help you?')]).style(height=550)
121
  msg = gr.Textbox()
122
  clear = gr.ClearButton([msg, chatbot])
123