JeCabrera commited on
Commit
ed7ab94
·
verified ·
1 Parent(s): 1c005bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ with gr.Blocks(fill_height=True) as demo:
8
  name="gemini-1.5-flash", # Se establece el modelo por defecto
9
  src=gemini_gradio.registry,
10
  fill_height=True,
11
- chatbot=gr.Chatbot(height=250, type="messages")
12
  )
13
 
14
  demo.launch(ssr_mode=False)
 
8
  name="gemini-1.5-flash", # Se establece el modelo por defecto
9
  src=gemini_gradio.registry,
10
  fill_height=True,
11
+ chatbot=gr.Chatbot(type="messages")
12
  )
13
 
14
  demo.launch(ssr_mode=False)