joshuarauh commited on
Commit
960c7a3
·
verified ·
1 Parent(s): 62ba743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -529,6 +529,7 @@ STRICT REQUIREMENTS:
529
  - Use $$ on separate lines for equations and solutions
530
  - Put each solution step on its own line in $$ $$
531
  - DO NOT use \\begin{{aligned}} or similar environments
 
532
  5. Include a detailed solution
533
  - If the question involves geometry make sure to identify any general geometric formulas that apply, For example:
534
  * Areas/volumes of common shapes and solids
@@ -829,7 +830,7 @@ At the end if you have a different solution than the Revised Solution you verifi
829
  with gr.Blocks() as interface:
830
  gr.Markdown("# Advanced Mathematics Question Generator")
831
  gr.Markdown("""Generates a unique university-level mathematics question with solution using Claude 3.
832
- Each question features different topics and difficulty levels. Limited to 25 requests per day.""")
833
 
834
  with gr.Row():
835
  with gr.Column():
 
529
  - Use $$ on separate lines for equations and solutions
530
  - Put each solution step on its own line in $$ $$
531
  - DO NOT use \\begin{{aligned}} or similar environments
532
+ - When writing questions involving currency expressed in dollars, always use \$ instead of $ to represent dollars in LaTeX, for example \$1000 instead of $1000.
533
  5. Include a detailed solution
534
  - If the question involves geometry make sure to identify any general geometric formulas that apply, For example:
535
  * Areas/volumes of common shapes and solids
 
830
  with gr.Blocks() as interface:
831
  gr.Markdown("# Advanced Mathematics Question Generator")
832
  gr.Markdown("""Generates a unique university-level mathematics question with solution using Claude 3.
833
+ Each question features different topics and difficulty levels. Limited to 500 requests per day.""")
834
 
835
  with gr.Row():
836
  with gr.Column():