ToluClassics commited on
Commit
1f6bc1e
1 Parent(s): 633410f

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -19,11 +19,7 @@ with open("~/.streamlit/config.toml", "w") as file:
19
  file.write(
20
  """
21
  [theme]
22
- primaryColor="#F63366"
23
- backgroundColor="#FFFFFF"
24
- secondaryBackgroundColor="#F0F2F6"
25
- textColor="#262730"
26
- font="sans serif"
27
  """
28
  )
29
 
 
19
  file.write(
20
  """
21
  [theme]
22
+ base = "light"
 
 
 
 
23
  """
24
  )
25