Mikecode123 commited on
Commit
763cbc3
·
verified ·
1 Parent(s): c8333b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def chat(message, history):
63
  with gr.Blocks() as demo:
64
  gr.Markdown("# 🧠 Living Legend AI Chatbot")
65
 
66
- chatbot = gr.Chatbot(type="messages") # IMPORTANT FIX
67
  msg = gr.Textbox()
68
  clear = gr.Button("Clear")
69
 
 
63
  with gr.Blocks() as demo:
64
  gr.Markdown("# 🧠 Living Legend AI Chatbot")
65
 
66
+ chatbot = gr.Chatbot() # IMPORTANT FIX
67
  msg = gr.Textbox()
68
  clear = gr.Button("Clear")
69