Update app.py
Browse files
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
|
48 |
article = """
|
49 |
-
- Click submit button to
|
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(
|