Spaces:
Sleeping
Sleeping
Commit
·
f2a0596
1
Parent(s):
294d34b
Update code/main.py
Browse files- code/main.py +1 -0
code/main.py
CHANGED
|
@@ -2,6 +2,7 @@ import pdb_featureVector
|
|
| 2 |
import alphafold_featureVector
|
| 3 |
import argparse
|
| 4 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 5 |
print('I AM HERE GOD DAMN IT')
|
| 6 |
st.write('I AM HERE GOD DAMN IT')
|
| 7 |
|
|
|
|
| 2 |
import alphafold_featureVector
|
| 3 |
import argparse
|
| 4 |
from huggingface_hub import hf_hub_download
|
| 5 |
+
import streamlit as st
|
| 6 |
print('I AM HERE GOD DAMN IT')
|
| 7 |
st.write('I AM HERE GOD DAMN IT')
|
| 8 |
|