EazyAl commited on
Commit
293ddc5
·
1 Parent(s): e4f70d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ 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})! The image may take a minute to build"
34
  )
35
 
36
  )
 
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})! - If the image does not build in under a minute, please refresh and try again"
34
  )
35
 
36
  )