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