Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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"
|