vatmuri commited on
Commit
87bc2ac
·
1 Parent(s): defcbb6

changing themes

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -260,6 +260,13 @@ with tab2:
260
 
261
  st.markdown("""
262
  <style>
 
 
 
 
 
 
 
263
 
264
  .stTabs [data-baseweb="tab-list"] {
265
  gap: 10px;
@@ -287,4 +294,4 @@ st.markdown("""
287
  </style>""", unsafe_allow_html=True)
288
 
289
  with open("total_groceries.txt", "w") as file:
290
- file.write(str(session_state.total_groceries))
 
260
 
261
  st.markdown("""
262
  <style>
263
+ .theme {
264
+ primaryColor="#4c673b"
265
+ backgroundColor="#e7f1de"
266
+ secondaryBackgroundColor="#ffffff"
267
+ textColor="#242743"
268
+ font="monospace"
269
+ }
270
 
271
  .stTabs [data-baseweb="tab-list"] {
272
  gap: 10px;
 
294
  </style>""", unsafe_allow_html=True)
295
 
296
  with open("total_groceries.txt", "w") as file:
297
+ file.write(str(session_state.total_groceries))