Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ try:
|
|
| 88 |
logo = Image.open("ThinkTiny.jpg")
|
| 89 |
st.image(logo, width=300)
|
| 90 |
except FileNotFoundError:
|
| 91 |
-
st.warning("Logo not found. Please ensure '
|
| 92 |
|
| 93 |
|
| 94 |
# ✅ 4. Connect to OpenAI
|
|
|
|
| 88 |
logo = Image.open("ThinkTiny.jpg")
|
| 89 |
st.image(logo, width=300)
|
| 90 |
except FileNotFoundError:
|
| 91 |
+
st.warning("Logo not found. Please ensure 'ThinkTiny.jpg' is in the same folder as app.py.")
|
| 92 |
|
| 93 |
|
| 94 |
# ✅ 4. Connect to OpenAI
|