Spaces:
Sleeping
Sleeping
Commit
·
ef8ed39
1
Parent(s):
3df81bb
Update app.py
Browse files
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.
|
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 |
|