Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,17 +9,9 @@ from sklearn.metrics import classification_report, confusion_matrix, accuracy_sc
|
|
9 |
st.set_page_config(page_title="CSI Activity Recognition", layout="wide")
|
10 |
|
11 |
st.markdown("""
|
12 |
-
|
13 |
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
14 |
<style>
|
15 |
-
|
16 |
-
margin-right: 8px;
|
17 |
-
}
|
18 |
-
div[data-baseweb="tab-list"] button [data-testid="stMarkdownContainer"] p {
|
19 |
-
display: flex;
|
20 |
-
align-items: center;
|
21 |
-
font-size: 14px;
|
22 |
-
}
|
23 |
.sidebar-title {
|
24 |
|
25 |
font-size: 24px;
|
@@ -117,11 +109,11 @@ if st.button("🚀 Lancer l'Évaluation Complète", type="primary"):
|
|
117 |
|
118 |
# Création des onglets
|
119 |
tab1, tab2, tab3, tab4, tab5 = st.tabs([
|
120 |
-
"
|
121 |
-
"
|
122 |
-
"
|
123 |
-
"
|
124 |
-
"
|
125 |
])
|
126 |
|
127 |
# Onglet 1: Décomposition des données
|
|
|
9 |
st.set_page_config(page_title="CSI Activity Recognition", layout="wide")
|
10 |
|
11 |
st.markdown("""
|
12 |
+
|
|
|
13 |
<style>
|
14 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
.sidebar-title {
|
16 |
|
17 |
font-size: 24px;
|
|
|
109 |
|
110 |
# Création des onglets
|
111 |
tab1, tab2, tab3, tab4, tab5 = st.tabs([
|
112 |
+
"Décomposition des Données",
|
113 |
+
"Résultats GWO",
|
114 |
+
" Évolution Accuracy",
|
115 |
+
" Rapport de Classification",
|
116 |
+
" Matrice de Confusion"
|
117 |
])
|
118 |
|
119 |
# Onglet 1: Décomposition des données
|