varadpuntambekar commited on
Commit
444136d
1 Parent(s): bec6f07

Update app.py

Browse files

Adding process map image to app

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -553,7 +553,7 @@ def get_data_gradio():
553
 
554
  with gr.Blocks() as demo:
555
  gr.Markdown(r"A Discrete Event Simulation run of an imaginary Emergency Room")
556
- gr.Image(r"C:\Users\varad\Desktop\Education Material\Mathematical Modelling\HSMA\HSMA_modelling_ED\Ed_process_map.png")
557
  with gr.Row():
558
  gr.HighlightedText(label = "Modify these parameters (number of different human resources) using the sliders below")
559
  with gr.Row():
 
553
 
554
  with gr.Blocks() as demo:
555
  gr.Markdown(r"A Discrete Event Simulation run of an imaginary Emergency Room")
556
+ gr.Image("Ed_process_map.png")
557
  with gr.Row():
558
  gr.HighlightedText(label = "Modify these parameters (number of different human resources) using the sliders below")
559
  with gr.Row():