Spaces:
Build error
Build error
Update app.py
Browse filesAdding process map image to app
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(
|
| 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():
|