mdurst12 commited on
Commit
c2245c5
·
1 Parent(s): 233276a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -79,13 +79,13 @@ with gr.Blocks(title=title) as demo:
79
  )
80
 
81
  gr.Markdown("### Click on any of the examples below to see how it works:")
82
- gr.Examples([[0, 46.23, 63.85, .564, .4703, .3068, .2161, .3623, .6264]],
83
  [CLIMATE_SCENARIO,SOVI_SCORE,SOCIAL,ECONOMY,HOUSING_INFRASTRUCTURE,COMMUNITY_CAPITAL,INSTITUTIONAL,ENVIRONMENT],
84
  [label,local_plot], main_func, cache_examples=True, label="Miami-Dade County, Florida")
85
- gr.Examples([[0, 21.05, 15.37, .7231, .5359, .2884, .3828, .4070, .5015]],
86
  [CLIMATE_SCENARIO,SOVI_SCORE,SOCIAL,ECONOMY,HOUSING_INFRASTRUCTURE,COMMUNITY_CAPITAL,INSTITUTIONAL,ENVIRONMENT],
87
  [label,local_plot], main_func, cache_examples=True, label="Washington County, Minnesota")
88
- gr.Examples([[0, 6.929, 4.178, .8181, .5221, .3878, .2463, .389,.3921]],
89
  [CLIMATE_SCENARIO,SOVI_SCORE,SOCIAL,ECONOMY,HOUSING_INFRASTRUCTURE,COMMUNITY_CAPITAL,INSTITUTIONAL,ENVIRONMENT],
90
  [label,local_plot], main_func, cache_examples=True, label="Falls Church, Virginia")
91
 
 
79
  )
80
 
81
  gr.Markdown("### Click on any of the examples below to see how it works:")
82
+ gr.Examples([[0, 63.85, .564, .4703, .3068, .2161, .3623, .6264]],
83
  [CLIMATE_SCENARIO,SOVI_SCORE,SOCIAL,ECONOMY,HOUSING_INFRASTRUCTURE,COMMUNITY_CAPITAL,INSTITUTIONAL,ENVIRONMENT],
84
  [label,local_plot], main_func, cache_examples=True, label="Miami-Dade County, Florida")
85
+ gr.Examples([[0, 15.37, .7231, .5359, .2884, .3828, .4070, .5015]],
86
  [CLIMATE_SCENARIO,SOVI_SCORE,SOCIAL,ECONOMY,HOUSING_INFRASTRUCTURE,COMMUNITY_CAPITAL,INSTITUTIONAL,ENVIRONMENT],
87
  [label,local_plot], main_func, cache_examples=True, label="Washington County, Minnesota")
88
+ gr.Examples([[0, 4.178, .8181, .5221, .3878, .2463, .389,.3921]],
89
  [CLIMATE_SCENARIO,SOVI_SCORE,SOCIAL,ECONOMY,HOUSING_INFRASTRUCTURE,COMMUNITY_CAPITAL,INSTITUTIONAL,ENVIRONMENT],
90
  [label,local_plot], main_func, cache_examples=True, label="Falls Church, Virginia")
91