Spaces:
Running
Running
zhouxiangxin1998
commited on
Commit
·
a584d63
1
Parent(s):
0ef377e
height=10000
Browse files
app.py
CHANGED
|
@@ -102,8 +102,7 @@ with demo:
|
|
| 102 |
with gr.Row():
|
| 103 |
inverse_folding_table = gr.components.DataFrame(
|
| 104 |
pd.read_csv('data/multi_state_prediction.csv'),
|
| 105 |
-
height=
|
| 106 |
-
row_count=10,
|
| 107 |
)
|
| 108 |
with gr.TabItem("🏅 Conformation Prediction Leaderboard", elem_id='conformation-prediction-table', id=8,):
|
| 109 |
with gr.Row():
|
|
|
|
| 102 |
with gr.Row():
|
| 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():
|