Spaces:
Running
Running
zhouxiangxin1998
commited on
Commit
β’
0ef377e
1
Parent(s):
ba1626f
test row_count=10
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=1000,
|
|
|
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=1000,
|
106 |
+
row_count=10,
|
107 |
)
|
108 |
with gr.TabItem("π
Conformation Prediction Leaderboard", elem_id='conformation-prediction-table', id=8,):
|
109 |
with gr.Row():
|