import streamlit as st def favoris(): st.subheader("Favoris") st.write("Voici vos recettes ou restaurants favoris.") st.button("Ajouter aux favoris")