snajmark commited on
Commit
eef0788
·
1 Parent(s): 2cd9a3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -459,7 +459,7 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
459
  with gr.Row():
460
  with gr.Column():
461
  gr.Markdown("### Optimal conditions")
462
- optimal_conditions = gr.DataFrame("Optimal conditions")
463
 
464
  with gr.Row():
465
  gr.Examples([example_inputs], [optimal_conditions])
 
459
  with gr.Row():
460
  with gr.Column():
461
  gr.Markdown("### Optimal conditions")
462
+ optimal_conditions = gr.DataFrame(label="Optimal conditions")
463
 
464
  with gr.Row():
465
  gr.Examples([example_inputs], [optimal_conditions])