vishwakayireddi1234 commited on
Commit
66ef02c
·
verified ·
1 Parent(s): 259b9b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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">Text is automatically extracted from your image via OCR</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)
 
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)