Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -282,7 +282,7 @@ def create_interface():
|
|
| 282 |
|
| 283 |
if not available_providers:
|
| 284 |
# Create a warning interface if no API keys are set
|
| 285 |
-
with gr.Blocks(title="IMO Math Problem Solver"
|
| 286 |
gr.Markdown("""
|
| 287 |
# ⚠️ API Keys Required
|
| 288 |
|
|
@@ -296,7 +296,7 @@ def create_interface():
|
|
| 296 |
return demo
|
| 297 |
|
| 298 |
# Create the main interface
|
| 299 |
-
with gr.Blocks(title="IMO Math Problem Solver"
|
| 300 |
gr.Markdown("""
|
| 301 |
# 🎓 IMO Math Problem Solver
|
| 302 |
### AI-powered solution for International Mathematical Olympiad problems
|
|
|
|
| 282 |
|
| 283 |
if not available_providers:
|
| 284 |
# Create a warning interface if no API keys are set
|
| 285 |
+
with gr.Blocks(title="IMO Math Problem Solver") as demo:
|
| 286 |
gr.Markdown("""
|
| 287 |
# ⚠️ API Keys Required
|
| 288 |
|
|
|
|
| 296 |
return demo
|
| 297 |
|
| 298 |
# Create the main interface
|
| 299 |
+
with gr.Blocks(title="IMO Math Problem Solver") as demo:
|
| 300 |
gr.Markdown("""
|
| 301 |
# 🎓 IMO Math Problem Solver
|
| 302 |
### AI-powered solution for International Mathematical Olympiad problems
|