Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def generate_html(ids):
|
|
40 |
return html_content
|
41 |
|
42 |
# Interface utilisateur
|
43 |
-
st.title("
|
44 |
|
45 |
sentence = st.text_input("Entrez une phrase en français:")
|
46 |
if sentence:
|
|
|
40 |
return html_content
|
41 |
|
42 |
# Interface utilisateur
|
43 |
+
st.title("Traduction d'une phrase en pictogrammes ARASAAC")
|
44 |
|
45 |
sentence = st.text_input("Entrez une phrase en français:")
|
46 |
if sentence:
|