Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ a:hover {
|
|
| 85 |
|
| 86 |
# ✅ 3. Logo Display (must come after styling)
|
| 87 |
try:
|
| 88 |
-
logo = Image.open("
|
| 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.")
|