Commit ·
40f177d
1
Parent(s): 74d2570
wrong input to JSON
Browse files
app.py
CHANGED
|
@@ -190,7 +190,7 @@ def load_interface():
|
|
| 190 |
|
| 191 |
# set model explainer outputs
|
| 192 |
uhi_label = gr.Label(label="Predicted Status based on UHI Index")
|
| 193 |
-
feature_contributions = gr.JSON(label="Feature Contributions"
|
| 194 |
|
| 195 |
# Urban Location
|
| 196 |
plot = gr.Plot(label="Urban Location", info="A plot showing the location of the prediction based on the longitude and latitude inputs")
|
|
|
|
| 190 |
|
| 191 |
# set model explainer outputs
|
| 192 |
uhi_label = gr.Label(label="Predicted Status based on UHI Index")
|
| 193 |
+
feature_contributions = gr.JSON(label="Feature Contributions")
|
| 194 |
|
| 195 |
# Urban Location
|
| 196 |
plot = gr.Plot(label="Urban Location", info="A plot showing the location of the prediction based on the longitude and latitude inputs")
|