rachman commited on
Commit
3768951
ยท
verified ยท
1 Parent(s): 595174b

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -16,7 +16,7 @@ if 'fun_fact_index' not in st.session_state:
16
 
17
  def main():
18
  # Sidebar
19
- st.sidebar.image("src/LOGO_AISEE_YOU.PNG", width=150)
20
  st.sidebar.title("Navigation")
21
  page = st.sidebar.radio("Go to", ["๐Ÿ  Home", "๐Ÿ” Prediction"])
22
 
@@ -59,7 +59,7 @@ def main():
59
  # Logo di tengah halaman
60
  col1, col2, col3 = st.columns([1, 2, 1])
61
  with col2:
62
- st.image("src/LOGO_AISEE_YOU.PNG", caption="AISeeYou", width=300)
63
 
64
  st.markdown("---")
65
 
 
16
 
17
  def main():
18
  # Sidebar
19
+ st.sidebar.image("src/LOGO_AISEE_YOU.png", width=150)
20
  st.sidebar.title("Navigation")
21
  page = st.sidebar.radio("Go to", ["๐Ÿ  Home", "๐Ÿ” Prediction"])
22
 
 
59
  # Logo di tengah halaman
60
  col1, col2, col3 = st.columns([1, 2, 1])
61
  with col2:
62
+ st.image("src/LOGO_AISEE_YOU.png", caption="AISeeYou", width=300)
63
 
64
  st.markdown("---")
65