Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,11 +114,11 @@ def initialize_session_state():
|
|
114 |
|
115 |
def sidebar():
|
116 |
with st.sidebar:
|
117 |
-
st.sidebar.image('
|
118 |
st.markdown("# 💸 **Support our project**")
|
119 |
st.markdown("This money would be used for paying for API and support out team.")
|
120 |
-
st.markdown("🎯 **Goal**:
|
121 |
-
st.markdown("[🔗 Link to the bank](https://send.monobank.ua/jar/
|
122 |
|
123 |
st.markdown("")
|
124 |
|
@@ -136,14 +136,8 @@ def sidebar():
|
|
136 |
# Embed the video
|
137 |
st.markdown(embed_html, unsafe_allow_html=True)
|
138 |
|
139 |
-
# Add support text
|
140 |
-
|
141 |
sidebar()
|
142 |
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
sidebar()
|
147 |
initialize_session_state()
|
148 |
|
149 |
text_splitter = RecursiveCharacterTextSplitter(chunk_size=1000, chunk_overlap=0)
|
|
|
114 |
|
115 |
def sidebar():
|
116 |
with st.sidebar:
|
117 |
+
st.sidebar.image('qr.jpg')
|
118 |
st.markdown("# 💸 **Support our project**")
|
119 |
st.markdown("This money would be used for paying for API and support out team.")
|
120 |
+
st.markdown("🎯 **Goal**: 600 $")
|
121 |
+
st.markdown("[🔗 Link to the bank](https://send.monobank.ua/jar/4mvqDivxmP)")
|
122 |
|
123 |
st.markdown("")
|
124 |
|
|
|
136 |
# Embed the video
|
137 |
st.markdown(embed_html, unsafe_allow_html=True)
|
138 |
|
|
|
|
|
139 |
sidebar()
|
140 |
|
|
|
|
|
|
|
|
|
141 |
initialize_session_state()
|
142 |
|
143 |
text_splitter = RecursiveCharacterTextSplitter(chunk_size=1000, chunk_overlap=0)
|