TovaHasi commited on
Commit
b7ebcf0
β€’
1 Parent(s): b9483ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -10,11 +10,11 @@ st.set_page_config(
10
  page_icon="🧊",
11
  layout="wide",
12
  initial_sidebar_state="expanded",
13
- menu_items={
14
- 'Get Help': 'https://www.extremelycoolapp.com/help',
15
- 'Report a bug': "https://www.extremelycoolapp.com/bug",
16
- 'About': "# This is a header. This is an *extremely* cool app!"
17
- }
18
  )
19
 
20
 
 
10
  page_icon="🧊",
11
  layout="wide",
12
  initial_sidebar_state="expanded",
13
+ primaryColor="#F63366",
14
+ backgroundColor="#FFFFFF",
15
+ secondaryBackgroundColor="#F0F2F6",
16
+ textColor="#262730",
17
+ font="sans serif"
18
  )
19
 
20