Illia56 commited on
Commit
b501fa6
1 Parent(s): 839085d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -9
app.py CHANGED
@@ -114,11 +114,11 @@ def initialize_session_state():
114
 
115
  def sidebar():
116
  with st.sidebar:
117
- st.sidebar.image('2023-11-24 20.34.05.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**: 500 $")
121
- st.markdown("[🔗 Link to the bank](https://send.monobank.ua/jar/5fSitCrVcQ)")
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)