NimaKL commited on
Commit
0fcaf7d
Β·
1 Parent(s): 53b2550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ io = gr.Interface(
29
  outputs="text",
30
  title="FireWatch",
31
  description="Predict whether a data row describes a fire hazard or not. \
32
- <br><br>Here is a <a href='https://docs.google.com/spreadsheets/d/1b2aAZ8ue5NI7hZ-MiNc8y4dFthbrRiXlsaEeYSHgNCM/preview'>Google Sheets document</a> containing sample data.",
33
  output_description="Prediction",
34
  examples=[['-26.76123, 147.15512, 393.02, 203.63'], ['-26.7598, 147.14514, 361.54, 79.4'], ['-25.70059, 149.48932, 313.9, 5.15'], ['-24.4318, 151.83102, 307.98, 8.79'], ['-23.21878, 148.91298, 314.08, 7.4'], ['7.87518, 19.9241, 316.32, 39.63'], ['-20.10942, 148.14326, 314.39, 8.8'], ['7.87772, 19.9048, 304.14, 13.43'], ['-20.79866, 124.46834, 366.74, 89.06']],
35
  theme="Streamlit",
 
29
  outputs="text",
30
  title="FireWatch",
31
  description="Predict whether a data row describes a fire hazard or not. \
32
+ <br><br>Here is a <a href='https://docs.google.com/spreadsheets/d/1b2aAZ8ue5NI7hZ-MiNc8y4dFthbrRiXlsaEeYSHgNCM/preview'>Google Sheets document</a> containing sample data. (You can use for testing)",
33
  output_description="Prediction",
34
  examples=[['-26.76123, 147.15512, 393.02, 203.63'], ['-26.7598, 147.14514, 361.54, 79.4'], ['-25.70059, 149.48932, 313.9, 5.15'], ['-24.4318, 151.83102, 307.98, 8.79'], ['-23.21878, 148.91298, 314.08, 7.4'], ['7.87518, 19.9241, 316.32, 39.63'], ['-20.10942, 148.14326, 314.39, 8.8'], ['7.87772, 19.9048, 304.14, 13.43'], ['-20.79866, 124.46834, 366.74, 89.06']],
35
  theme="Streamlit",