NimaKL commited on
Commit
9bf04d6
Β·
1 Parent(s): 14090d5

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="<h2>Predict whether a data row describes a fire hazard or not. </h2>\
32
- <br><br><h3>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). It is a heavy document so it might take a while to load.<h3>",
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="<h2>Predict whether a data row describes a fire hazard or not. </h2>\
32
+ <br><br><h3>Here is a <a href='https://docs.google.com/spreadsheets/d/1Cgq9g2H2yXJSbT0ry8Z92b-6oEQwYS8bCt4ioHQ_gy8/preview'>Google Sheets document</a> containing sample data (You can use for testing). It is a heavy document so it might take a while to load.<h3>",
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",