Update app.py
Browse files
app.py
CHANGED
|
@@ -26,4 +26,4 @@ interface = gr.Interface(
|
|
| 26 |
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."
|
| 27 |
)
|
| 28 |
|
| 29 |
-
interface.launch()
|
|
|
|
| 26 |
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."
|
| 27 |
)
|
| 28 |
|
| 29 |
+
interface.launch()
|