Spaces:
Sleeping
Sleeping
Commit ·
b6f6d95
1
Parent(s): 916bfae
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,5 +123,5 @@ Central = gr.Dropdown(choices= cst,value= "")
|
|
| 123 |
Eastern = gr.Dropdown(choices= est,value= "")
|
| 124 |
Other = gr.Dropdown(choices= other,value= "")
|
| 125 |
app = gr.Interface(fn = Finalresult, inputs=[Pacific,Mountain,Central,Eastern,Other], outputs = outputs, description = "From the drop down list select the city and state you're interested in to find out its projected LGBTQIA2+ Equality Index Score. Scores range from 0 to 100, a perfect score.")
|
| 126 |
-
app.launch(
|
| 127 |
|
|
|
|
| 123 |
Eastern = gr.Dropdown(choices= est,value= "")
|
| 124 |
Other = gr.Dropdown(choices= other,value= "")
|
| 125 |
app = gr.Interface(fn = Finalresult, inputs=[Pacific,Mountain,Central,Eastern,Other], outputs = outputs, description = "From the drop down list select the city and state you're interested in to find out its projected LGBTQIA2+ Equality Index Score. Scores range from 0 to 100, a perfect score.")
|
| 126 |
+
app.launch()
|
| 127 |
|