Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ gr.ChatInterface(
|
|
67 |
submit_btn="➢ Submit",
|
68 |
retry_btn="⟳ Retry",
|
69 |
undo_btn="↩ Undo",
|
70 |
-
clear_btn="Clear (New chat)",
|
71 |
stop_btn="Stop ▢",
|
72 |
concurrency_limit=20,
|
73 |
theme=gr.themes.Soft(primary_hue=gr.themes.colors.lime),
|
|
|
67 |
submit_btn="➢ Submit",
|
68 |
retry_btn="⟳ Retry",
|
69 |
undo_btn="↩ Undo",
|
70 |
+
clear_btn="🗑 Clear (New chat)",
|
71 |
stop_btn="Stop ▢",
|
72 |
concurrency_limit=20,
|
73 |
theme=gr.themes.Soft(primary_hue=gr.themes.colors.lime),
|