MasoudSamaei commited on
Commit
c562c4c
1 Parent(s): 05e4b12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -44,12 +44,12 @@ output = gr.Textbox()
44
  app = gr.Interface(fn = make_prediction, inputs=[Algorithm, pet_type, DR, SN, PPERCENT, ShearStrength], outputs=output,
45
  title= "Soil Improvement Using PET Calculator",
46
  description = """
47
- This app is based on the paper 'Development of a non-destructive method to assess the shear strength of a sandy soil reinforced with polyethylene-terephthalate (PET)'
48
- Authors: Masoud Samaei1, Roohollah Shirani Faradonbeh1,*, Morteza Alinejad Omran2, Nima Rahimpour3, Amir Bazrafshan Moghaddam2
49
- 1. WA School of Mines: Minerals, Energy and Chemical Engineering, Curtin University, Kalgoorlie, WA 6430 , Australia
50
- 2. Department of Civil Engineering, Shahrood University of Technology, Shahrood, Iran
51
- 3. Faculty of Engineering, University of Tabriz, Tabriz, Iran
52
- * Corresponding Author—Email: roohollah.shiranifaradonbeh@curtin.edu.au
53
- """,
54
  live=True)
55
  app.launch()
 
44
  app = gr.Interface(fn = make_prediction, inputs=[Algorithm, pet_type, DR, SN, PPERCENT, ShearStrength], outputs=output,
45
  title= "Soil Improvement Using PET Calculator",
46
  description = """
47
+ This app is based on the paper 'Development of a non-destructive method to assess the shear strength of a sandy soil reinforced with polyethylene-terephthalate (PET)'
48
+ Authors: Masoud Samaei1, Roohollah Shirani Faradonbeh1,*, Morteza Alinejad Omran2, Nima Rahimpour3, Amir Bazrafshan Moghaddam2
49
+ 1. WA School of Mines: Minerals, Energy and Chemical Engineering, Curtin University, Kalgoorlie, WA 6430 , Australia
50
+ 2. Department of Civil Engineering, Shahrood University of Technology, Shahrood, Iran
51
+ 3. Faculty of Engineering, University of Tabriz, Tabriz, Iran
52
+ * Corresponding Author—Email: roohollah.shiranifaradonbeh@curtin.edu.au
53
+ """,
54
  live=True)
55
  app.launch()