zhouxiangxin1998 commited on
Commit
a584d63
β€’
1 Parent(s): 0ef377e

height=10000

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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=1000,
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():