Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ icon_image = Image.open(BytesIO(response.content))
|
|
| 26 |
|
| 27 |
# Page configuration
|
| 28 |
st.set_page_config(
|
| 29 |
-
page_title="Centurion
|
| 30 |
page_icon=icon_image,
|
| 31 |
layout="wide",
|
| 32 |
initial_sidebar_state="expanded"
|
|
|
|
| 26 |
|
| 27 |
# Page configuration
|
| 28 |
st.set_page_config(
|
| 29 |
+
page_title="Centurion",
|
| 30 |
page_icon=icon_image,
|
| 31 |
layout="wide",
|
| 32 |
initial_sidebar_state="expanded"
|