jdalfonso's picture
:rocket: feature: first commit
df80fb7
raw
history blame
297 Bytes
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
""")