sasha HF staff commited on
Commit
c1a6fa5
·
verified ·
1 Parent(s): 9cb48f2

Update app.py

Browse files

adding markdown

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -123,5 +123,6 @@ with gr.Blocks() as demo:
123
  outputs=submission_result,
124
  )
125
  with gr.Row():
 
126
  gr.Dataframe(print_existing_models())
127
  demo.launch()
 
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()