zhouxiangxin1998 commited on
Commit
59f8d7c
β€’
1 Parent(s): db92a38

more height

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