Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ st.set_page_config(
|
|
12 |
page_icon="🤖",
|
13 |
layout="wide", # You can use "centered" or "wide" layouts
|
14 |
initial_sidebar_state="expanded"
|
|
|
15 |
)
|
16 |
|
17 |
#Comment_test_11_09_2024
|
|
|
12 |
page_icon="🤖",
|
13 |
layout="wide", # You can use "centered" or "wide" layouts
|
14 |
initial_sidebar_state="expanded"
|
15 |
+
theme={"base": "dark"}
|
16 |
)
|
17 |
|
18 |
#Comment_test_11_09_2024
|