Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ if "chat" not in st.session_state:
|
|
32 |
st.title("Mariam AI!")
|
33 |
|
34 |
# File upload section
|
35 |
-
uploaded_file = st.file_uploader("Télécharger un fichier (image/document)", type=['jpg', 'jpeg', 'png', 'pdf', 'txt'])
|
36 |
|
37 |
# Display chat messages from history above current input box
|
38 |
for message in st.session_state.chat.history:
|
|
|
32 |
st.title("Mariam AI!")
|
33 |
|
34 |
# File upload section
|
35 |
+
uploaded_file = st.file_uploader("Télécharger un fichier (image/document)", type=['jpg','mp4','mp3', 'jpeg', 'png', 'pdf', 'txt'])
|
36 |
|
37 |
# Display chat messages from history above current input box
|
38 |
for message in st.session_state.chat.history:
|