Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,9 @@ def chatbot_interface():
|
|
72 |
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 |
-
|
|
|
|
|
76 |
chatbot_interface()
|
77 |
|
78 |
if __name__ == "__main__":
|
|
|
72 |
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=150) # Ajustez la largeur selon vos besoins
|
77 |
+
|
78 |
chatbot_interface()
|
79 |
|
80 |
if __name__ == "__main__":
|