Spaces:
Running
Running
zhouxiangxin1998
commited on
Commit
β’
db92a38
1
Parent(s):
6144248
fix
Browse files
app.py
CHANGED
@@ -62,7 +62,6 @@ with demo:
|
|
62 |
pd.read_csv('data/inverse_folding.csv'),
|
63 |
height=1000,
|
64 |
interactive=False,
|
65 |
-
type=['Mark']
|
66 |
)
|
67 |
with gr.TabItem("π Structure Design Leaderboard", elem_id='structure-design-table', id=1,):
|
68 |
with gr.Row():
|
|
|
62 |
pd.read_csv('data/inverse_folding.csv'),
|
63 |
height=1000,
|
64 |
interactive=False,
|
|
|
65 |
)
|
66 |
with gr.TabItem("π Structure Design Leaderboard", elem_id='structure-design-table', id=1,):
|
67 |
with gr.Row():
|