prithivida commited on
Commit
ef8ed39
·
1 Parent(s): 3df81bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,6 +16,6 @@ def load_image(image_file):
16
 
17
  pil_image = load_image("./samples/under_maint.png")
18
  st.image(pil_image)
19
- st.write("Please come back later")
20
 
21
 
 
16
 
17
  pil_image = load_image("./samples/under_maint.png")
18
  st.image(pil_image)
19
+ st.info("Regret the inconvenience, Please come back later")
20
 
21