EazyAl commited on
Commit
f58f719
·
1 Parent(s): 91a1058

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -30,9 +30,9 @@ 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
- If the image does not build in under a minute, please refresh and try again
35
- """
36
  )
37
 
38
  )
 
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
+ "If the image does not build in under a minute, please refresh and try again")
35
+
36
  )
37
 
38
  )