Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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])
|