JeCabrera commited on
Commit
1b764c7
·
verified ·
1 Parent(s): c198b20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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)