feat : add difficult diagnostic pages
abe2bca
raw
history blame contribute delete
191 Bytes
import streamlit as st
from pages.chatbot import page
# Définir les paramètres à transmettre
st.session_state["current_page"] = 12
# Appeler la fonction page avec les paramètres
page()