Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def RCS(JET, Suelo,SPT, WtoC, Presion, Velocidad):
|
|
39 |
return prediction
|
40 |
|
41 |
title = "ASSESSMENT OF UNIAXIAL COMPRESSIVE STRENGTH OF JET GROUTING"
|
42 |
-
description = "This app corresponds to the research paper
|
43 |
article = """
|
44 |
Notes:
|
45 |
- Click submit/enviar button to obtain the UCS prediction
|
|
|
39 |
return prediction
|
40 |
|
41 |
title = "ASSESSMENT OF UNIAXIAL COMPRESSIVE STRENGTH OF JET GROUTING"
|
42 |
+
description = "This app corresponds to the research paper: Assessment of compressive strength of jet grouting by machine learning"
|
43 |
article = """
|
44 |
Notes:
|
45 |
- Click submit/enviar button to obtain the UCS prediction
|