Spaces:
Running
Running
zhouxiangxin1998
commited on
Commit
β’
6144248
1
Parent(s):
06fad3c
height=100000,
Browse files
app.py
CHANGED
@@ -62,6 +62,7 @@ with demo:
|
|
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():
|
@@ -109,7 +110,7 @@ with demo:
|
|
109 |
with gr.Row():
|
110 |
inverse_folding_table = gr.components.DataFrame(
|
111 |
pd.read_csv('data/multi_state_prediction.csv'),
|
112 |
-
height=
|
113 |
interactive=False,
|
114 |
)
|
115 |
with gr.TabItem("π
Conformation Prediction Leaderboard", elem_id='conformation-prediction-table', id=8,):
|
|
|
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():
|
|
|
110 |
with gr.Row():
|
111 |
inverse_folding_table = gr.components.DataFrame(
|
112 |
pd.read_csv('data/multi_state_prediction.csv'),
|
113 |
+
height=100000,
|
114 |
interactive=False,
|
115 |
)
|
116 |
with gr.TabItem("π
Conformation Prediction Leaderboard", elem_id='conformation-prediction-table', id=8,):
|