AndySAnker commited on
Commit
c16f682
1 Parent(s): 178897e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ random.seed(seed)
14
 
15
  st.title('DeepStruc')
16
 
17
- st.write('Welcome to DeepStruc that is a Deep Generative Model which has been trained to solve a structure based on a PDF!')
18
  st.write('Upload a PDF to use DeepStruc to predict the structure.')
19
 
20
 
 
14
 
15
  st.title('DeepStruc')
16
 
17
+ st.write('Welcome to DeepStruc that is a Deep Generative Model which has been trained to solve a mono-metallic structure (<200 atoms) based on a PDF!')
18
  st.write('Upload a PDF to use DeepStruc to predict the structure.')
19
 
20