kenken999 commited on
Commit
7c8021a
1 Parent(s): f650bed
controllers/gra_02_openInterpreter/OpenInterpreter.py CHANGED
@@ -176,7 +176,7 @@ PLACEHOLDER = """
176
  </div>
177
  """
178
 
179
- chatbot = gr.Chatbot(height=650, placeholder=PLACEHOLDER, label="Gradio ChatInterface")
180
 
181
 
182
 
 
176
  </div>
177
  """
178
 
179
+ chatbot = gr.Chatbot(height=450, placeholder=PLACEHOLDER, label="Gradio ChatInterface")
180
 
181
 
182