Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -355,8 +355,7 @@ with gr.Blocks(theme=theme, css=css, title="NerdAI Math Solver") as demo:
|
|
355 |
|
356 |
|
357 |
gr.Markdown("# 🧠 NerdAI Math Problem Solver", elem_id="title_markdown")
|
358 |
-
gr.Markdown("Upload a clear image of a math problem. NerdAI will extract the text, classify it, solve it step-by-step, and offer further help!
|
359 |
-
check out new Lyrics and Cover Art Generator Demo Free : https://huggingface.co/spaces/cuneytkaya/LyricsCoverartGenerator", elem_id="subtitle_markdown")
|
360 |
|
361 |
with gr.Row():
|
362 |
with gr.Column(scale=1, elem_id="input_col"):
|
|
|
355 |
|
356 |
|
357 |
gr.Markdown("# 🧠 NerdAI Math Problem Solver", elem_id="title_markdown")
|
358 |
+
gr.Markdown("Upload a clear image of a math problem. NerdAI will extract the text, classify it, solve it step-by-step, and offer further help!", elem_id="subtitle_markdown")
|
|
|
359 |
|
360 |
with gr.Row():
|
361 |
with gr.Column(scale=1, elem_id="input_col"):
|