mhan commited on
Commit
e071e99
1 Parent(s): 5a7f72f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
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