Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,6 @@ with gr.Blocks(title="Athena Playground Chat", css=css, theme=theme) as demo:
|
|
164 |
"Write a short poem about space"
|
165 |
],
|
166 |
cache_examples=False,
|
167 |
-
undo_btn="↩️ Undo",
|
168 |
clear_btn="🗑️ Clear",
|
169 |
submit_btn="📤 Send",
|
170 |
chatbot=gr.Chatbot(
|
|
|
164 |
"Write a short poem about space"
|
165 |
],
|
166 |
cache_examples=False,
|
|
|
167 |
clear_btn="🗑️ Clear",
|
168 |
submit_btn="📤 Send",
|
169 |
chatbot=gr.Chatbot(
|