Khoi1234210 commited on
Commit
4b8fdd7
·
verified ·
1 Parent(s): 0069495

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -216,6 +216,9 @@ chatbot = gr.ChatInterface(
216
  )
217
 
218
  # Enhanced interface with additional features
 
 
 
219
  with gr.Blocks(
220
  title="🧮 Mathetics AI",
221
  theme=gr.themes.Soft(),
@@ -242,10 +245,7 @@ with gr.Blocks(
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
 
216
  )
217
 
218
  # Enhanced interface with additional features
219
+ with gr.Blocks() as demo:
220
+ with gr.Row():
221
+ login_btn = gr.LoginButton() # Manual login button
222
  with gr.Blocks(
223
  title="🧮 Mathetics AI",
224
  theme=gr.themes.Soft(),
 
245
  **Your Personal AI Math Tutor** | Specialized in step-by-step problem solving across all mathematical domains
246
  """)
247
 
248
+
 
 
 
249
  with gr.Row():
250
  with gr.Column(scale=4):
251
  # Main chat interface