ibagur commited on
Commit
7284b08
1 Parent(s): 62d387d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
109
  )
110
 
111
  # Start chatbot with welcome from bot
112
- chatbot = gr.Chatbot([(None,'How can I help you?')]).style(height=600)
113
  msg = gr.Textbox()
114
  clear = gr.ClearButton([msg, chatbot])
115
 
 
109
  )
110
 
111
  # Start chatbot with welcome from bot
112
+ chatbot = gr.Chatbot([(None,'How can I help you?')]).style(height=400)
113
  msg = gr.Textbox()
114
  clear = gr.ClearButton([msg, chatbot])
115