sharktide commited on
Commit
139b1f5
·
verified ·
1 Parent(s): 5412e32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -448,7 +448,7 @@ with gr.Blocks(theme=gr.themes.Default(), css=".tab-nav-button { font-size: 1.1r
448
  gr.Dropdown(["ISR"], value="ISR", label="", scale=0.2)
449
  with gr.Row():
450
  drain_input = gr.Slider(1.0, 5.0, value=2.5, label="Drainage Density")
451
- gr.Dropdown(["tL/tA"], value="tL/tA", label="", scale=0.2)
452
  with gr.Row():
453
  urban_input = gr.Slider(0.0, 1.0, value=0.6, label="Urbanization Index")
454
  gr.Dropdown(["uP/tP"], value="uP/tP", label="", scale=0.2)
 
448
  gr.Dropdown(["ISR"], value="ISR", label="", scale=0.2)
449
  with gr.Row():
450
  drain_input = gr.Slider(1.0, 5.0, value=2.5, label="Drainage Density")
451
+ gr.Dropdown(["L/A"], value="L/A", label="", scale=0.2)
452
  with gr.Row():
453
  urban_input = gr.Slider(0.0, 1.0, value=0.6, label="Urbanization Index")
454
  gr.Dropdown(["uP/tP"], value="uP/tP", label="", scale=0.2)