fatmacankara commited on
Commit
d3aafa8
·
1 Parent(s): 1855903

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. ASCARIS.py +1 -0
ASCARIS.py CHANGED
@@ -11,6 +11,7 @@ import argparse
11
  from st_aggrid import AgGrid, GridOptionsBuilder, JsCode,GridUpdateMode
12
  import base64
13
  showWarningOnDirectExecution = False
 
14
  alphafold_path = load_dataset("HUBioDataLab/AlphafoldStructures")
15
  st.write('path')
16
  st.write(alphafold_path)
 
11
  from st_aggrid import AgGrid, GridOptionsBuilder, JsCode,GridUpdateMode
12
  import base64
13
  showWarningOnDirectExecution = False
14
+ from datasets import load_dataset
15
  alphafold_path = load_dataset("HUBioDataLab/AlphafoldStructures")
16
  st.write('path')
17
  st.write(alphafold_path)