FranciscoLozDataScience commited on
Commit
40f177d
·
1 Parent(s): 74d2570

wrong input to JSON

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", info="The contributions of each feature to the UHI index prediction")
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")