MasoudSamaei commited on
Commit
4fe94fa
1 Parent(s): c073353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -50,10 +50,11 @@ app = gr.Interface(fn = make_prediction, inputs=[Algorithm, pet_type, DR, SN, PP
50
  title= "Soil Improvement Using PET Calculator",
51
  description = """
52
  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)'
53
- Authors: Masoud Samaei1, Roohollah Shirani Faradonbeh2,*, Morteza Alinejad Omran3, Nima Rahimpour1, Amir Bazrafshan Moghaddam3
54
- 1 Faculty of Engineering, University of Tabriz, Tabriz, Iran
55
- 2,* WA School of Mines: Minerals, Energy and Chemical Engineering, Curtin University, Kalgoorlie, WA 6430, Australia
56
- 3 Department of Civil Engineering, Shahrood University of Technology, Shahrood, Iran
 
57
  * Corresponding Author—Email: roohollah.shiranifaradonbeh@curtin.edu.au
58
  """,
59
  live=False)
50
  title= "Soil Improvement Using PET Calculator",
51
  description = """
52
  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)'
53
+ Authors: Masoud Samaei1, Roohollah Shirani Faradonbeh1,*, Morteza Alinejad Omran2, Nima Rahimpour3, Amir Bazrafshan Moghaddam2
54
+ 1,* WA School of Mines: Minerals, Energy and Chemical Engineering, Curtin University, Kalgoorlie, WA 6430, Australia
55
+ 2 Department of Civil Engineering, Shahrood University of Technology, Shahrood, Iran
56
+ 3 Faculty of Engineering, University of Tabriz, Tabriz, Iran
57
+
58
  * Corresponding Author—Email: roohollah.shiranifaradonbeh@curtin.edu.au
59
  """,
60
  live=False)