Aftrr commited on
Commit
6d037fc
·
verified ·
1 Parent(s): 23f407c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def chat(history, message):
25
  return history, history
26
 
27
  with gr.Blocks() as demo:
28
- gr.Markdown("## 💬 Anuj's Chatbot (powered by Hugging Face + Gradio)")
29
  chatbot = gr.Chatbot()
30
  state = gr.State([])
31
  msg = gr.Textbox(show_label=False, placeholder="Type a message and press Enter")
 
25
  return history, history
26
 
27
  with gr.Blocks() as demo:
28
+ gr.Markdown("## Chatapt")
29
  chatbot = gr.Chatbot()
30
  state = gr.State([])
31
  msg = gr.Textbox(show_label=False, placeholder="Type a message and press Enter")