Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +6 -6
src/streamlit_app.py
CHANGED
|
@@ -3,12 +3,12 @@ import prediction
|
|
| 3 |
# import eda # Uncomment if you have eda.py
|
| 4 |
|
| 5 |
# Set page configuration
|
| 6 |
-
st.set_page_config(
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
)
|
| 12 |
|
| 13 |
# Inisialisasi session state untuk fun fact
|
| 14 |
if 'fun_fact_index' not in st.session_state:
|
|
|
|
| 3 |
# import eda # Uncomment if you have eda.py
|
| 4 |
|
| 5 |
# Set page configuration
|
| 6 |
+
# st.set_page_config(
|
| 7 |
+
# page_title="AISeeYou",
|
| 8 |
+
# #page_icon="src/LOGO_AISEE_YOU.PNG", # Menggunakan logo sebagai icon tab
|
| 9 |
+
# layout="wide", # Centered layout
|
| 10 |
+
# initial_sidebar_state="expanded"
|
| 11 |
+
# )
|
| 12 |
|
| 13 |
# Inisialisasi session state untuk fun fact
|
| 14 |
if 'fun_fact_index' not in st.session_state:
|