Update app.py
Browse files
app.py
CHANGED
|
@@ -241,7 +241,11 @@ with gr.Blocks(
|
|
| 241 |
|
| 242 |
**Your Personal AI Math Tutor** | Specialized in step-by-step problem solving across all mathematical domains
|
| 243 |
""")
|
| 244 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 245 |
with gr.Row():
|
| 246 |
with gr.Column(scale=4):
|
| 247 |
# Main chat interface
|
|
@@ -285,9 +289,6 @@ with gr.Blocks(
|
|
| 285 |
- Ask for alternative solution methods
|
| 286 |
- Request verification of your own solutions
|
| 287 |
""")
|
| 288 |
-
with gr.Blocks() as demo:
|
| 289 |
-
with gr.Row():
|
| 290 |
-
login_btn = gr.LoginButton() # Manual login button
|
| 291 |
|
| 292 |
|
| 293 |
# Event handlers for additional functionality
|
|
|
|
| 241 |
|
| 242 |
**Your Personal AI Math Tutor** | Specialized in step-by-step problem solving across all mathematical domains
|
| 243 |
""")
|
| 244 |
+
|
| 245 |
+
with gr.Blocks() as demo:
|
| 246 |
+
with gr.Row():
|
| 247 |
+
login_btn = gr.LoginButton() # Manual login button
|
| 248 |
+
|
| 249 |
with gr.Row():
|
| 250 |
with gr.Column(scale=4):
|
| 251 |
# Main chat interface
|
|
|
|
| 289 |
- Ask for alternative solution methods
|
| 290 |
- Request verification of your own solutions
|
| 291 |
""")
|
|
|
|
|
|
|
|
|
|
| 292 |
|
| 293 |
|
| 294 |
# Event handlers for additional functionality
|