Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -334,5 +334,5 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="teal", secondary_hue="teal")
|
|
| 334 |
inputs=[itinerary_output],
|
| 335 |
outputs=[pdf_file, pdf_file]
|
| 336 |
)
|
| 337 |
-
|
| 338 |
demo.launch()
|
|
|
|
| 334 |
inputs=[itinerary_output],
|
| 335 |
outputs=[pdf_file, pdf_file]
|
| 336 |
)
|
| 337 |
+
print(get_best_season("France"))
|
| 338 |
demo.launch()
|