EstebanDC commited on
Commit
a0b3335
1 Parent(s): 2fdcc14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -46,9 +46,12 @@ def RCS(JET, Suelo,SPT, WtoC, Presion, Velocidad):
46
  title = "ASSESSMENT OF UNIAXIAL COMPRESSIVE STRENGTH OF JET GROUTING"
47
  description = "This app corresponds to the research paper Machine learning as a solution to discover complex patterns: assessment of compressive strength of jet grouting"
48
  article = """
 
49
  - Click submit/enviar button to obtain the UCS prediction
50
  - Click clear/limpiar button to refresh text
51
- """
 
 
52
 
53
  app = gr.Interface(
54
  RCS,
 
46
  title = "ASSESSMENT OF UNIAXIAL COMPRESSIVE STRENGTH OF JET GROUTING"
47
  description = "This app corresponds to the research paper Machine learning as a solution to discover complex patterns: assessment of compressive strength of jet grouting"
48
  article = """
49
+ Notes:
50
  - Click submit/enviar button to obtain the UCS prediction
51
  - Click clear/limpiar button to refresh text
52
+ - Please note the application ranges of the variables in the above referenced paper
53
+ - As a decimal separator you can use either a point or a comma
54
+ """
55
 
56
  app = gr.Interface(
57
  RCS,