Spaces:
Sleeping
Sleeping
Commit
·
a4d23f4
1
Parent(s):
7794864
Changed color scheme
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ st.set_page_config(layout="wide")
|
|
12 |
|
13 |
style = '''
|
14 |
<style>
|
|
|
15 |
header {visibility: hidden;}
|
16 |
div.block-container {padding-top:4rem;}
|
17 |
section[data-testid="stSidebar"] div:first-child {
|
|
|
12 |
|
13 |
style = '''
|
14 |
<style>
|
15 |
+
body {background-color: #F5F5F5; color: #000000;}
|
16 |
header {visibility: hidden;}
|
17 |
div.block-container {padding-top:4rem;}
|
18 |
section[data-testid="stSidebar"] div:first-child {
|