sasha HF Staff commited on
Commit
44f1ea5
·
verified ·
1 Parent(s): f53f434

Update app.py

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