Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks(title="Athena Playground Chat", css=css, theme=theme) as demo:
|
|
118 |
gr.Markdown("# 🚀 Athena Playground Chat")
|
119 |
gr.Markdown("*Powered by HuggingFace ZeroGPU*")
|
120 |
|
121 |
-
chatbot = gr.Chatbot(height=500, label="Athena"
|
122 |
state = gr.State([]) # chat history
|
123 |
|
124 |
with gr.Row():
|
|
|
118 |
gr.Markdown("# 🚀 Athena Playground Chat")
|
119 |
gr.Markdown("*Powered by HuggingFace ZeroGPU*")
|
120 |
|
121 |
+
chatbot = gr.Chatbot(height=500, label="Athena")
|
122 |
state = gr.State([]) # chat history
|
123 |
|
124 |
with gr.Row():
|