sasha HF Staff commited on
Commit
98e6854
·
verified ·
1 Parent(s): 3558487

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -123,7 +123,6 @@ with gr.Blocks() as demo:
123
  outputs=submission_result,
124
  )
125
  with gr.Row():
126
- with gr.Column():
127
- gr.Markdown('## Models that have already been run:')
128
  gr.Dataframe(print_existing_models())
129
  demo.launch()
 
123
  outputs=submission_result,
124
  )
125
  with gr.Row():
126
+ with gr.Accordion("Models that have already been run:"):
 
127
  gr.Dataframe(print_existing_models())
128
  demo.launch()