Mattral commited on
Commit
70fc6ba
Β·
verified Β·
1 Parent(s): 47df6d0

Update pages/3_πŸ“š_StudyML.py

Browse files
Files changed (1) hide show
  1. pages/3_πŸ“š_StudyML.py +1 -14
pages/3_πŸ“š_StudyML.py CHANGED
@@ -26,7 +26,7 @@ page_icon = Image.open("./assets/icon.png")
26
  st.set_page_config(layout="centered", page_title="Click ML", page_icon=page_icon)
27
 
28
  with st.sidebar:
29
- st.image("./assets/sb-study.png", width=200)
30
 
31
  # Title Page
32
  st.markdown("<h1 style='text-align: center; '>πŸ“š StudyML</h1>", unsafe_allow_html=True)
@@ -2920,17 +2920,4 @@ print("F1-score:", f1)
2920
 
2921
 
2922
 
2923
-
2924
-
2925
-
2926
-
2927
-
2928
-
2929
-
2930
-
2931
-
2932
-
2933
-
2934
-
2935
-
2936
 
 
26
  st.set_page_config(layout="centered", page_title="Click ML", page_icon=page_icon)
27
 
28
  with st.sidebar:
29
+ st.image("./assets/logo.png", width=200)
30
 
31
  # Title Page
32
  st.markdown("<h1 style='text-align: center; '>πŸ“š StudyML</h1>", unsafe_allow_html=True)
 
2920
 
2921
 
2922
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2923