Spbou4-hilma commited on
Commit
cbd7b56
·
verified ·
1 Parent(s): 60b2154

Update app.py

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