fcernafukuzaki commited on
Commit
da0867a
·
1 Parent(s): a3301c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def chat(pregunta):
100
  return chat_history
101
 
102
  in1 = gr.inputs.Textbox(label="Pregunta")
103
- out1 = gr.outputs.Chatbot(label="Respuesta").style(height=450)
104
 
105
  demo = gr.Interface(
106
  fn=chat,
 
100
  return chat_history
101
 
102
  in1 = gr.inputs.Textbox(label="Pregunta")
103
+ out1 = gr.outputs.Chatbot(label="Respuesta").style(height=350)
104
 
105
  demo = gr.Interface(
106
  fn=chat,