ALVHB95 commited on
Commit
7435b75
·
1 Parent(s): 9946b72
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -250,6 +250,7 @@ def chat_interface(question, history):
250
  chatbot_gradio_app = gr.ChatInterface(
251
  fn=chat_interface,
252
  title="<span style='color: rgb(243, 239, 224);'>Green Greta</span>",
 
253
  )
254
 
255
 
 
250
  chatbot_gradio_app = gr.ChatInterface(
251
  fn=chat_interface,
252
  title="<span style='color: rgb(243, 239, 224);'>Green Greta</span>",
253
+ height=600,
254
  )
255
 
256