Spaces:
Runtime error
Runtime error
vericudebuget
commited on
Commit
•
043dd31
1
Parent(s):
d0a24f7
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,6 @@ gr.ChatInterface(
|
|
52 |
fill_height="True",
|
53 |
submit_btn="➢",
|
54 |
retry_btn="Retry",
|
55 |
-
undo_btn="↩ Undo"
|
56 |
concurrency_limit=100,
|
57 |
).launch(show_api=False)
|
|
|
52 |
fill_height="True",
|
53 |
submit_btn="➢",
|
54 |
retry_btn="Retry",
|
55 |
+
undo_btn="↩ Undo",
|
56 |
concurrency_limit=100,
|
57 |
).launch(show_api=False)
|