Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +7 -7
src/streamlit_app.py
CHANGED
|
@@ -19,13 +19,13 @@ st.title("SN NATURAL LANGUAGE PROCESSING")
|
|
| 19 |
|
| 20 |
st.subheader('Etudiant MASTER II: TATSA TCHINDA Colince')
|
| 21 |
|
| 22 |
-
# Sidebar logo
|
| 23 |
-
# Assurez-vous que le fichier 'keyce.jpg' est dans le même dossier que votre script
|
| 24 |
-
try:
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
except FileNotFoundError:
|
| 28 |
-
|
| 29 |
|
| 30 |
|
| 31 |
# ========= GESTION DES CLÉS API (depuis .env) =========
|
|
|
|
| 19 |
|
| 20 |
st.subheader('Etudiant MASTER II: TATSA TCHINDA Colince')
|
| 21 |
|
| 22 |
+
# # Sidebar logo
|
| 23 |
+
# # Assurez-vous que le fichier 'keyce.jpg' est dans le même dossier que votre script
|
| 24 |
+
# try:
|
| 25 |
+
# image_path = 'keyce.jpg'
|
| 26 |
+
# st.sidebar.image(image_path, caption="Keyce informatique et intelligence artificielle", use_container_width=True)
|
| 27 |
+
# except FileNotFoundError:
|
| 28 |
+
# st.sidebar.warning("Image 'keyce.jpg' non trouvée.")
|
| 29 |
|
| 30 |
|
| 31 |
# ========= GESTION DES CLÉS API (depuis .env) =========
|