jeffrey1963 commited on
Commit
f64c408
·
verified ·
1 Parent(s): 93c8c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,5 +52,5 @@ with gr.Blocks() as demo:
52
  inputs=[plan_choice, gr.State(parcel_map), gr.State(cluster_labels), gr.State(n_rows), gr.State(n_cols), elk_slider],
53
  outputs=[output_text, forage_output, health_output]
54
  )
55
-
56
  demo.launch()
 
52
  inputs=[plan_choice, gr.State(parcel_map), gr.State(cluster_labels), gr.State(n_rows), gr.State(n_cols), elk_slider],
53
  outputs=[output_text, forage_output, health_output]
54
  )
55
+ #
56
  demo.launch()