snajmark commited on
Commit
1a4e328
·
1 Parent(s): 861add7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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])