Spestly commited on
Commit
50da5e2
·
verified ·
1 Parent(s): da8de8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", avatar="🤖")
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():