Spaces:
Runtime error
Runtime error
Andy Lau
commited on
Commit
·
6f4c7d6
1
Parent(s):
451701c
removed state counter
Browse files
app.py
CHANGED
@@ -178,14 +178,15 @@ if 'user_counts' not in st.session_state:
|
|
178 |
|
179 |
add_bg_from_url()
|
180 |
|
181 |
-
st.session_state.user_counts +=1 # Increase usercounter
|
182 |
|
183 |
-
col1, col2 = st.columns([10,1])
|
184 |
-
with col1:
|
185 |
-
st.markdown('# Image Optimization: Email Industry')
|
186 |
|
187 |
-
|
188 |
-
|
|
|
|
|
|
|
|
|
189 |
|
190 |
# image = Image.Open('figures/ModelIO.png')
|
191 |
|
|
|
178 |
|
179 |
add_bg_from_url()
|
180 |
|
181 |
+
# st.session_state.user_counts +=1 # Increase usercounter
|
182 |
|
|
|
|
|
|
|
183 |
|
184 |
+
# col1, col2 = st.columns([10,1])
|
185 |
+
# with col1:
|
186 |
+
st.markdown('# Image Optimization: Email Industry')
|
187 |
+
|
188 |
+
# with col2:
|
189 |
+
# st.write(st.session_state.user_counts)
|
190 |
|
191 |
# image = Image.Open('figures/ModelIO.png')
|
192 |
|