File size: 297 Bytes
df80fb7
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
import streamlit as st

def analytics():
    st.title("Analytiques")
    st.write("Welcome to the Analytics page!")
    st.markdown("""
        **Overview:**
        - View your security logs
        - Analyze data trends
        - Explore datasets
        - Apply machine learning models
    """)