Spaces:
Sleeping
Sleeping
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 | |
""") |