Spaces:
Runtime error
Runtime error
xuyingli
commited on
Commit
·
a561afc
1
Parent(s):
481cfc6
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import streamlit as st
|
2 |
-
import torch
|
3 |
import esm
|
4 |
import matplotlib.pyplot as plt
|
5 |
from myscaledb import Client
|
@@ -17,8 +16,6 @@ from stmol import *
|
|
17 |
import py3Dmol
|
18 |
# from streamlit_3Dmol import component_3dmol
|
19 |
|
20 |
-
import esm
|
21 |
-
|
22 |
import scipy
|
23 |
from sklearn.model_selection import GridSearchCV, train_test_split
|
24 |
from sklearn.decomposition import PCA
|
|
|
1 |
import streamlit as st
|
|
|
2 |
import esm
|
3 |
import matplotlib.pyplot as plt
|
4 |
from myscaledb import Client
|
|
|
16 |
import py3Dmol
|
17 |
# from streamlit_3Dmol import component_3dmol
|
18 |
|
|
|
|
|
19 |
import scipy
|
20 |
from sklearn.model_selection import GridSearchCV, train_test_split
|
21 |
from sklearn.decomposition import PCA
|