Spaces:
Running
Running
zhouxiangxin1998
commited on
Commit
β’
64d3477
1
Parent(s):
a584d63
interactive=False
Browse files
app.py
CHANGED
@@ -103,6 +103,7 @@ with demo:
|
|
103 |
inverse_folding_table = gr.components.DataFrame(
|
104 |
pd.read_csv('data/multi_state_prediction.csv'),
|
105 |
height=10000,
|
|
|
106 |
)
|
107 |
with gr.TabItem("π
Conformation Prediction Leaderboard", elem_id='conformation-prediction-table', id=8,):
|
108 |
with gr.Row():
|
|
|
103 |
inverse_folding_table = gr.components.DataFrame(
|
104 |
pd.read_csv('data/multi_state_prediction.csv'),
|
105 |
height=10000,
|
106 |
+
interactive=False
|
107 |
)
|
108 |
with gr.TabItem("π
Conformation Prediction Leaderboard", elem_id='conformation-prediction-table', id=8,):
|
109 |
with gr.Row():
|