Spaces:
Sleeping
Sleeping
noumanjavaid
commited on
Commit
•
9539552
1
Parent(s):
5dcc008
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ st.set_page_config(
|
|
29 |
page_title="Centurion",
|
30 |
page_icon=icon_image,
|
31 |
layout="wide",
|
32 |
-
initial_sidebar_state="expanded"
|
33 |
)
|
34 |
|
35 |
# Custom CSS
|
@@ -58,7 +58,7 @@ st.markdown(
|
|
58 |
f"""
|
59 |
<div class="title-container">
|
60 |
<img class="title-icon" src="{icon_url}" alt="Icon">
|
61 |
-
<div class="title-text">Centurion
|
62 |
</div>
|
63 |
""",
|
64 |
unsafe_allow_html=True
|
|
|
29 |
page_title="Centurion",
|
30 |
page_icon=icon_image,
|
31 |
layout="wide",
|
32 |
+
# initial_sidebar_state="expanded"
|
33 |
)
|
34 |
|
35 |
# Custom CSS
|
|
|
58 |
f"""
|
59 |
<div class="title-container">
|
60 |
<img class="title-icon" src="{icon_url}" alt="Icon">
|
61 |
+
<div class="title-text">Centurion </div>
|
62 |
</div>
|
63 |
""",
|
64 |
unsafe_allow_html=True
|