szili2011 commited on
Commit
26f7c1d
1 Parent(s): d69af7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks() as demo:
89
 
90
  # Chat interface
91
  chat_input = gr.Textbox(label="Chat with AI", placeholder="Ask your questions...")
92
- chat_history = gr.Chatbox(label="Chat History")
93
 
94
  # Event handlers
95
  def handle_training():
 
89
 
90
  # Chat interface
91
  chat_input = gr.Textbox(label="Chat with AI", placeholder="Ask your questions...")
92
+ chat_history = gr.Chatbot(label="Chat History") # Changed to Chatbot
93
 
94
  # Event handlers
95
  def handle_training():