EstebanDC commited on
Commit
c437f11
·
verified ·
1 Parent(s): df24c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -55,7 +55,7 @@ article = """
55
  Notes:
56
  - Click submit/enviar button to obtain the Compression index prediction
57
  - Click clear/limpiar button to refresh text
58
- - Please note the application ranges of the variables in the above-referenced paper (in publication process). Outside these ranges, the predictions may not be reliable
59
  - As a decimal separator you can use either a point or a comma
60
  """
61
 
@@ -81,6 +81,4 @@ app = gr.Interface(
81
  theme=my_theme
82
  )
83
 
84
-
85
-
86
  app.launch()
 
55
  Notes:
56
  - Click submit/enviar button to obtain the Compression index prediction
57
  - Click clear/limpiar button to refresh text
58
+ - Please note the application ranges of the variables in the above-referenced paper (https://doi.org/10.1016/j.clay.2023.107239). Outside these ranges, the predictions may not be reliable
59
  - As a decimal separator you can use either a point or a comma
60
  """
61
 
 
81
  theme=my_theme
82
  )
83
 
 
 
84
  app.launch()