Spaces:
Running
Running
Update app.py
Browse filesadding markdown
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()
|