Update app.py
Browse files
app.py
CHANGED
|
@@ -249,7 +249,7 @@ with gr.Blocks(css=CSS, title="Interactive Math Tutor") as demo:
|
|
| 249 |
|
| 250 |
gr.HTML('<div class="panel-label" style="margin-top:16px">📎 Upload Worksheet</div>')
|
| 251 |
image_input = gr.Image(type="pil", label="", height=180)
|
| 252 |
-
gr.HTML('<div style="font-size:.78rem;color:var(--muted);margin-top:4px">
|
| 253 |
|
| 254 |
gr.HTML('<div class="panel-label" style="margin-top:14px">✏️ Or Type Your Problem</div>')
|
| 255 |
text_input = gr.Textbox(label="", placeholder="e.g. Solve for x: 5x − 3 = 22", lines=3)
|
|
|
|
| 249 |
|
| 250 |
gr.HTML('<div class="panel-label" style="margin-top:16px">📎 Upload Worksheet</div>')
|
| 251 |
image_input = gr.Image(type="pil", label="", height=180)
|
| 252 |
+
gr.HTML('<div style="font-size:.78rem;color:var(--muted);margin-top:4px">⚠️ For diagrams with numbers inside (triangles, graphs), also type the values in the text box below for best results.</div>')
|
| 253 |
|
| 254 |
gr.HTML('<div class="panel-label" style="margin-top:14px">✏️ Or Type Your Problem</div>')
|
| 255 |
text_input = gr.Textbox(label="", placeholder="e.g. Solve for x: 5x − 3 = 22", lines=3)
|