Add navigation #2

Merged
bastien.ollier merged 3 commits from navigation into main 2024-06-07 10:25:37 +02:00
Showing only changes of commit 6644d60fa2 - Show all commits

View File

@@ -1,8 +1,5 @@
import pandas as pd import pandas as pd
import streamlit as st import streamlit as st
import matplotlib.pyplot as plt
import seaborn as sns
from pandas.api.types import is_numeric_dtype
st.set_page_config( st.set_page_config(
page_title="Project Miner", page_title="Project Miner",
@@ -47,4 +44,4 @@ if "data" in st.session_state:
st.subheader("Statistical Summary") st.subheader("Statistical Summary")
st.write(data.describe()) st.write(data.describe())