Update app.py
Browse files
app.py
CHANGED
@@ -164,8 +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 |
-
clear_btn="🗑️ Clear",
|
168 |
-
submit_btn="📤 Send",
|
169 |
chatbot=gr.Chatbot(
|
170 |
height=500,
|
171 |
placeholder="Start chatting with Athena...",
|
|
|
164 |
"Write a short poem about space"
|
165 |
],
|
166 |
cache_examples=False,
|
|
|
|
|
167 |
chatbot=gr.Chatbot(
|
168 |
height=500,
|
169 |
placeholder="Start chatting with Athena...",
|