Update app.py
Browse files
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
|
| 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()
|