AndySAnker commited on
Commit
95f7f6a
1 Parent(s): 9ba164b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -135,8 +135,8 @@ else:
135
  res, y_pred_proba = POMPredicter(POMFinder, Gr, y_onehotenc_cat);
136
 
137
  # Download the structural database
138
- download_button("COD_ICSD_XYZs_POMs_unique99.zip", "Download structural database")
139
-
140
 
141
  st.subheader('Cite')
142
 
 
135
  res, y_pred_proba = POMPredicter(POMFinder, Gr, y_onehotenc_cat);
136
 
137
  # Download the structural database
138
+ #download_button("COD_ICSD_XYZs_POMs_unique99.zip", "Download structural database")
139
+ download_button("Backend/COD_ICSD_XYZs_POMs_unique99/"+str(y_onehotenc_cat.categories_[0][res[0]])[2:-2]+"cale.xyz", "Download top-5 predictions")
140
 
141
  st.subheader('Cite')
142