Karley8 commited on
Commit
c6c83f4
·
verified ·
1 Parent(s): ba98d0e

Update app.py

Browse files

![ThinkTiny.jpg](https://cdn-uploads.huggingface.co/production/uploads/67d88ee5bbc08d7bb8ae4bc0/PSuDIptm-e7jQsUpRZQQm.jpeg)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ a:hover {
85
 
86
  # ✅ 3. Logo Display (must come after styling)
87
  try:
88
- logo = Image.open("logo.jpg")
89
  st.image(logo, width=300)
90
  except FileNotFoundError:
91
  st.warning("Logo not found. Please ensure 'logo.jpg' is in the same folder as app.py.")
 
85
 
86
  # ✅ 3. Logo Display (must come after styling)
87
  try:
88
+ logo = Image.open("ThinkTiny.jpg")
89
  st.image(logo, width=300)
90
  except FileNotFoundError:
91
  st.warning("Logo not found. Please ensure 'logo.jpg' is in the same folder as app.py.")