JeCabrera commited on
Commit
addd159
·
verified ·
1 Parent(s): 55b8141

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ with gr.Blocks(fill_height=True) as demo:
8
 
9
  gemini_interface = gr.load(
10
  name="gemini-1.5-flash", # Se establece el modelo por defecto
 
11
  src=gemini_gradio.registry,
12
  fill_height=True,
13
  chatbot=gr.Chatbot(type="messages")
 
8
 
9
  gemini_interface = gr.load(
10
  name="gemini-1.5-flash", # Se establece el modelo por defecto
11
+ textbox=gr.Textbox(placeholder="Escribe tu pregunta para Gemini"),
12
  src=gemini_gradio.registry,
13
  fill_height=True,
14
  chatbot=gr.Chatbot(type="messages")