Spaces:
Sleeping
Sleeping
LaurentTRIPIED
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -75,4 +75,4 @@ with tab2:
|
|
75 |
principe, exemple, chapitre, page = questions_details[selected_question]
|
76 |
st.write(f"**Principe clé :** {principe}")
|
77 |
st.write(f"**Exemple :** {exemple}")
|
78 |
-
st.write(f"**{chapitre}**,
|
|
|
75 |
principe, exemple, chapitre, page = questions_details[selected_question]
|
76 |
st.write(f"**Principe clé :** {principe}")
|
77 |
st.write(f"**Exemple :** {exemple}")
|
78 |
+
st.write(f"**{chapitre}**, {page}")
|