BotifyCloudAdmin commited on
Commit
04dff37
·
verified ·
1 Parent(s): 171ec81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
81
  )
82
  chat = gr.ChatInterface(
83
  respond,
84
- chatbot=gr.Chatbot(height=600), # Set the desired height here
85
  additional_inputs=[]
86
  )
87
 
 
81
  )
82
  chat = gr.ChatInterface(
83
  respond,
84
+ chatbot=gr.Chatbot(height=400), # Set the desired height here
85
  additional_inputs=[]
86
  )
87