Spaces:
Runtime error
Runtime error
Franny Dean
commited on
Commit
·
e9f5d9e
1
Parent(s):
544dd64
row fixed
Browse files- .ipynb_checkpoints/app-checkpoint.py +2 -2
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -888,14 +888,14 @@ with gr.Blocks() as demo:
|
|
888 |
with gr.Row():
|
889 |
simulation = gr.Plot()
|
890 |
|
891 |
-
gr.Markdown(
|
892 |
|
893 |
LVAD_button = gr.Button("Add LVAD")
|
894 |
|
895 |
with gr.Row():
|
896 |
gamma = gr.Slider(1.0, 2.0, value= 1.4, label="Pump speed, ω(0)")
|
897 |
|
898 |
-
|
899 |
lvad = gr.Plot()
|
900 |
|
901 |
generate_button.click(fn=generate_example, outputs = [video,plot,Rm,Ra,Emax,Emin,Vd,Tc,start_v])
|
|
|
888 |
with gr.Row():
|
889 |
simulation = gr.Plot()
|
890 |
|
891 |
+
gr.Markdown(description3)
|
892 |
|
893 |
LVAD_button = gr.Button("Add LVAD")
|
894 |
|
895 |
with gr.Row():
|
896 |
gamma = gr.Slider(1.0, 2.0, value= 1.4, label="Pump speed, ω(0)")
|
897 |
|
898 |
+
with gr.Row():
|
899 |
lvad = gr.Plot()
|
900 |
|
901 |
generate_button.click(fn=generate_example, outputs = [video,plot,Rm,Ra,Emax,Emin,Vd,Tc,start_v])
|
app.py
CHANGED
@@ -895,7 +895,7 @@ with gr.Blocks() as demo:
|
|
895 |
with gr.Row():
|
896 |
gamma = gr.Slider(1.0, 2.0, value= 1.4, label="Pump speed, ω(0)")
|
897 |
|
898 |
-
|
899 |
lvad = gr.Plot()
|
900 |
|
901 |
generate_button.click(fn=generate_example, outputs = [video,plot,Rm,Ra,Emax,Emin,Vd,Tc,start_v])
|
|
|
895 |
with gr.Row():
|
896 |
gamma = gr.Slider(1.0, 2.0, value= 1.4, label="Pump speed, ω(0)")
|
897 |
|
898 |
+
with gr.Row():
|
899 |
lvad = gr.Plot()
|
900 |
|
901 |
generate_button.click(fn=generate_example, outputs = [video,plot,Rm,Ra,Emax,Emin,Vd,Tc,start_v])
|