Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def main():
|
|
73 |
logo_path = "logo.png" # Remplacez 'logo.png' par le chemin réel vers votre image
|
74 |
st.sidebar.image(logo_path, width=150) # Ajustez la largeur selon vos besoins
|
75 |
logo_path = "logo_transparent_background.png" # Remplacez 'logo.png' par le chemin réel vers votre image
|
76 |
-
st.sidebar.image(logo_path, width=
|
77 |
|
78 |
chatbot_interface()
|
79 |
|
|
|
73 |
logo_path = "logo.png" # Remplacez 'logo.png' par le chemin réel vers votre image
|
74 |
st.sidebar.image(logo_path, width=150) # Ajustez la largeur selon vos besoins
|
75 |
logo_path = "logo_transparent_background.png" # Remplacez 'logo.png' par le chemin réel vers votre image
|
76 |
+
st.sidebar.image(logo_path, width=250) # Ajustez la largeur selon vos besoins
|
77 |
|
78 |
chatbot_interface()
|
79 |
|