Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,8 @@ st.set_page_config(
|
|
13 |
layout="wide", # Options: "wide" or "centered"
|
14 |
initial_sidebar_state="expanded", # Options: "expanded", "collapsed", or "auto"
|
15 |
)
|
|
|
|
|
16 |
#Comment_test_11_09_2024
|
17 |
|
18 |
|
|
|
13 |
layout="wide", # Options: "wide" or "centered"
|
14 |
initial_sidebar_state="expanded", # Options: "expanded", "collapsed", or "auto"
|
15 |
)
|
16 |
+
|
17 |
+
st.write("Current Theme Config:", st.get_option("theme"))
|
18 |
#Comment_test_11_09_2024
|
19 |
|
20 |
|