Update app.py
Browse files
app.py
CHANGED
@@ -114,13 +114,9 @@ gr.ChatInterface(
|
|
114 |
theme="soft",
|
115 |
examples=examples,
|
116 |
cache_examples=True,
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
)
|
123 |
-
|
124 |
-
iface.launch(share=True)
|
125 |
concurrency_limit=20,
|
126 |
).launch(show_api=False)
|
|
|
114 |
theme="soft",
|
115 |
examples=examples,
|
116 |
cache_examples=True,
|
117 |
+
retry_btn="Repetir",
|
118 |
+
undo_btn="Deshacer",
|
119 |
+
clear_btn="Borrar",
|
120 |
+
submit_btn="Enviar",
|
|
|
|
|
|
|
|
|
121 |
concurrency_limit=20,
|
122 |
).launch(show_api=False)
|