Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,12 @@ import streamlit.components.v1 as components
|
|
5 |
|
6 |
st.set_page_config(layout="wide")
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
# List of backend URLs
|
9 |
backends = ["backend1", "backend2", "backend3", "backend4"]
|
10 |
|
|
|
5 |
|
6 |
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 |
+
please report the issues [here](https://huggingface.co/spaces/mhan/Shot2Story/discussions/1).
|
12 |
+
""")
|
13 |
+
|
14 |
# List of backend URLs
|
15 |
backends = ["backend1", "backend2", "backend3", "backend4"]
|
16 |
|