Spaces:
Sleeping
Sleeping
Florian.Moret
commited on
Commit
·
ef69074
1
Parent(s):
e889bb1
placeholder text
Browse files
app.py
CHANGED
@@ -275,7 +275,7 @@ choix_annee = st.sidebar.slider("Années de publication",
|
|
275 |
#endregion
|
276 |
|
277 |
#region# Interface utilisateur
|
278 |
-
user_input = st.text_area("Entrez votre question:", placeholder="E.g.:
|
279 |
|
280 |
if st.button("Envoyer la question..."):
|
281 |
if user_input and choix_prod and choix_vulgarisation and choix_annee :
|
|
|
275 |
#endregion
|
276 |
|
277 |
#region# Interface utilisateur
|
278 |
+
user_input = st.text_area("Entrez votre question:", placeholder="E.g.: Quels sont les impact et la toxicité spécifique sur les volaille aux doses d’alkaloides tropaniques ?")
|
279 |
|
280 |
if st.button("Envoyer la question..."):
|
281 |
if user_input and choix_prod and choix_vulgarisation and choix_annee :
|