EstebanDC commited on
Commit
9315c89
1 Parent(s): 65b5fd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -44,10 +44,10 @@ def RCS(JET, Suelo,SPT, WtoC, Presion, Velocidad):
44
  return prediction
45
 
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 button to test sentiment analysis prediction
50
- - Click clear button to refresh text
51
  """
52
 
53
  app = gr.Interface(
 
44
  return prediction
45
 
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(