Spaces:
Sleeping
Sleeping
File size: 163 Bytes
7bd7bef |
1 2 3 4 5 6 7 |
import streamlit as st
def favoris():
st.subheader("Favoris")
st.write("Voici vos recettes ou restaurants favoris.")
st.button("Ajouter aux favoris")
|