Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,11 @@ st.set_page_config(layout="wide")
|
|
7 |
|
8 |
# Message for users
|
9 |
st.markdown("""
|
10 |
-
**Notice**: If you encounter any issues opening the demo or using the chatbot,
|
11 |
-
|
12 |
-
We will respond ASAP.
|
|
|
|
|
13 |
""")
|
14 |
|
15 |
# List of backend URLs
|
|
|
7 |
|
8 |
# Message for users
|
9 |
st.markdown("""
|
10 |
+
**Notice**: If you encounter any issues opening the demo or using the chatbot, try reloading the page which would reschedule a new demo instance.
|
11 |
+
Please report the issues [here](https://huggingface.co/spaces/mhan/Shot2Story/discussions/1).
|
12 |
+
We will respond ASAP.
|
13 |
+
|
14 |
+
|
15 |
""")
|
16 |
|
17 |
# List of backend URLs
|