Spaces:
Runtime error
Runtime error
Update app.py (#1)
Browse files- Update app.py (37423efbd48a5abc990b73673ebaed1e5f2c798c)
app.py
CHANGED
|
@@ -30,8 +30,13 @@ async def launch_experiment(hospital_a, hospital_b):
|
|
| 30 |
gr.Button.update(interactive=False),
|
| 31 |
gr.Markdown.update(
|
| 32 |
visible=True,
|
| 33 |
-
value=f"Your experiment is available at [hf.space/owkin/trainer-{experiment_id}]({url})!
|
| 34 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
)
|
| 36 |
|
| 37 |
|
|
|
|
| 30 |
gr.Button.update(interactive=False),
|
| 31 |
gr.Markdown.update(
|
| 32 |
visible=True,
|
| 33 |
+
value=f"Your experiment is available at [hf.space/owkin/trainer-{experiment_id}]({url})!"
|
| 34 |
)
|
| 35 |
+
gr.Markdown.update(
|
| 36 |
+
visible=True,
|
| 37 |
+
value="If the image does not build in under a minute, please refresh and try again"
|
| 38 |
+
)
|
| 39 |
+
|
| 40 |
)
|
| 41 |
|
| 42 |
|