Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -325,8 +325,8 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
|
|
325 |
|
326 |
with gr.Column():
|
327 |
gr.Markdown("### Your design space")
|
328 |
-
output_plot_space_uncertainty = gr.Plot(type="plotly")
|
329 |
output_plot_space_hardness = gr.Plot(type="plotly")
|
|
|
330 |
|
331 |
with gr.Row():
|
332 |
gr.Examples([example_inputs], [input_formula, input_phase, input_bccfcc, input_processing, input_microstructure])
|
|
|
325 |
|
326 |
with gr.Column():
|
327 |
gr.Markdown("### Your design space")
|
|
|
328 |
output_plot_space_hardness = gr.Plot(type="plotly")
|
329 |
+
output_plot_space_uncertainty = gr.Plot(type="plotly")
|
330 |
|
331 |
with gr.Row():
|
332 |
gr.Examples([example_inputs], [input_formula, input_phase, input_bccfcc, input_processing, input_microstructure])
|