emmas96 commited on
Commit
3bd2944
·
1 Parent(s): b318bc6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ def retrieval():
198
  for i in range(100):
199
  time.sleep(0.1)
200
  my_bar.progress(i + 1, text=progress_text)
201
- my_bar.progress(100, text="HyperPCM predicts the QSAR model for the query protein target. Done.)
202
 
203
  st.markdown('### Retrieval')
204
 
 
198
  for i in range(100):
199
  time.sleep(0.1)
200
  my_bar.progress(i + 1, text=progress_text)
201
+ my_bar.progress(100, text="HyperPCM predicts the QSAR model for the query protein target. Done.")
202
 
203
  st.markdown('### Retrieval')
204