rachman commited on
Commit
6e2e7fb
·
verified ·
1 Parent(s): 68bc727

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
- 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:
 
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: