Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,5 +36,4 @@ def response(message, history):
|
|
36 |
|
37 |
gr.ChatInterface(response,
|
38 |
title='Gemini Chat',
|
39 |
-
textbox=gr.Textbox(placeholder="Pregunta a Gemini")
|
40 |
-
retry_btn=None).launch(debug=True)
|
|
|
36 |
|
37 |
gr.ChatInterface(response,
|
38 |
title='Gemini Chat',
|
39 |
+
textbox=gr.Textbox(placeholder="Pregunta a Gemini")).launch(debug=True)
|
|