Infinity-1995 commited on
Commit
0a63dc1
·
verified ·
1 Parent(s): 1e0cca6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()