yasserrmd commited on
Commit
248ec9d
·
verified ·
1 Parent(s): 155a8a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def create_chat_interface():
137
  "This chatbot provides hints and step-by-step guidance for solving math problems. "
138
  )
139
 
140
- chatbot = gr.Chatbot(label="Math Tutor Chat",, elem_id="chat-container")
141
  user_input = gr.Textbox(
142
  placeholder="Ask your math question here (e.g., Solve for x: 4x + 5 = 6x + 7)",
143
  label="Your Query"
 
137
  "This chatbot provides hints and step-by-step guidance for solving math problems. "
138
  )
139
 
140
+ chatbot = gr.Chatbot(label="Math Tutor Chat", elem_id="chat-container")
141
  user_input = gr.Textbox(
142
  placeholder="Ask your math question here (e.g., Solve for x: 4x + 5 = 6x + 7)",
143
  label="Your Query"