Valtry commited on
Commit
f1419e2
·
verified ·
1 Parent(s): b7a9c00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def chat(message, history):
53
  with gr.Blocks() as demo:
54
  gr.Markdown("## ⚡ Fast Phi-2 Chatbot (HF Free Tier)")
55
 
56
- chatbot = gr.Chatbot(type="messages")
57
  msg = gr.Textbox(placeholder="Type something...")
58
  clear = gr.Button("Clear")
59
 
 
53
  with gr.Blocks() as demo:
54
  gr.Markdown("## ⚡ Fast Phi-2 Chatbot (HF Free Tier)")
55
 
56
+ chatbot = gr.Chatbot()
57
  msg = gr.Textbox(placeholder="Type something...")
58
  clear = gr.Button("Clear")
59