Djohell commited on
Commit
e6a1ebb
Β·
1 Parent(s): a2fd948
Files changed (1) hide show
  1. app.py +28 -0
app.py CHANGED
@@ -7,6 +7,34 @@ from plotly.subplots import make_subplots
7
 
8
  st.set_page_config(page_title="Getaround – Dashboard Analyse", layout="wide")
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  st.title("πŸš™πŸš• Bonjour et bienvenue sur le dashboard du projet Getaround ! πŸš—πŸš‘")
11
 
12
  st.markdown("""
 
7
 
8
  st.set_page_config(page_title="Getaround – Dashboard Analyse", layout="wide")
9
 
10
+ st.markdown("""
11
+ <style>
12
+ .stTabs [role="tablist"] {
13
+ justify-content: center;
14
+ gap: 25px;
15
+ }
16
+ .stTabs [role="tab"] {
17
+ font-size: 17px;
18
+ font-weight: 600;
19
+ padding: 10px 20px;
20
+ border-radius: 10px;
21
+ background-color: #f8f9fa;
22
+ color: #444;
23
+ transition: all 0.3s ease-in-out;
24
+ }
25
+ .stTabs [role="tab"]:hover {
26
+ background-color: #e0e0e0;
27
+ transform: scale(1.05);
28
+ }
29
+ .stTabs [role="tab"][aria-selected="true"] {
30
+ background-color: #4CAF50;
31
+ color: white;
32
+ font-weight: 700;
33
+ box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
34
+ }
35
+ </style>
36
+ """, unsafe_allow_html=True)
37
+
38
  st.title("πŸš™πŸš• Bonjour et bienvenue sur le dashboard du projet Getaround ! πŸš—πŸš‘")
39
 
40
  st.markdown("""