Docfile commited on
Commit
ff703b4
·
verified ·
1 Parent(s): 586d97d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: