naughtondale commited on
Commit
e70b134
1 Parent(s): a4c5256

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks() as app:
48
  gr.Markdown("# HOW TO USE")
49
  gr.Markdown("1. Take a pic of the exam or textbook diagram and upload here a copy of it from your mobile, system or device.\n\n2. Enter text describing what you want to learn about the image, e.g, 'Please carefully analyze the image I have uploaded and answer this question for me, step-by-step, with explanations/workings...'.\n\n3. Click 'Submit' and await a response from the AI or 'Clear' to upload a new image for analysis. ")
50
  gr.Markdown("""
51
- **Note**: While AI teachers you how to solve problems, it is not infallible or without potential to make mistakes or errors. So feel free to double-check answers with your textbook knowledge or schoolteacher's guidance.
52
  """)
53
  with gr.Row():
54
  image_box = gr.Image(type="filepath")
 
48
  gr.Markdown("# HOW TO USE")
49
  gr.Markdown("1. Take a pic of the exam or textbook diagram and upload here a copy of it from your mobile, system or device.\n\n2. Enter text describing what you want to learn about the image, e.g, 'Please carefully analyze the image I have uploaded and answer this question for me, step-by-step, with explanations/workings...'.\n\n3. Click 'Submit' and await a response from the AI or 'Clear' to upload a new image for analysis. ")
50
  gr.Markdown("""
51
+ **Note**: While AI teaches you how to solve problems, it is not infallible or without potential to make mistakes or errors. So feel free to double-check answers with your textbook knowledge or schoolteacher's guidance.
52
  """)
53
  with gr.Row():
54
  image_box = gr.Image(type="filepath")