Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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.
|
| 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.
|
| 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 |
|