ymcmy commited on
Commit
bf363fd
·
verified ·
1 Parent(s): bae9501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ interface = gr.Interface(
21
  inputs=gr.Slider(minimum=1, maximum=20, step=1, value=5, label="Number of Questions"),
22
  outputs=gr.File(label="Generated PDF"),
23
  title="Random AMC/AIME Problem PDF Generator",
24
- description="Click the button to generate a random PDF of AMC/AIME problems. You can specify the number of questions to include in the PDF."
25
  )
26
 
27
  interface.launch()
 
21
  inputs=gr.Slider(minimum=1, maximum=20, step=1, value=5, label="Number of Questions"),
22
  outputs=gr.File(label="Generated PDF"),
23
  title="Random AMC/AIME Problem PDF Generator",
24
+ description="Click the button to generate a random HTML of AMC/AIME problems. You can specify the number of questions to include in the PDF."
25
  )
26
 
27
  interface.launch()