Spaces:
Paused
Paused
Update logo to transparent version
Browse files- Replace pplogo.png with transparent2.png for cleaner appearance
- New logo has transparent background for better integration
- Update image reference in Streamlit app to use new logo file
- Logo size remains 120px width with auto height
- app/pplogo.png +0 -0
- app/streamlit_app.py +1 -1
- app/transparent2.png +0 -0
- yolov8n.pt +3 -0
app/pplogo.png
DELETED
|
Binary file (23.4 kB)
|
|
|
app/streamlit_app.py
CHANGED
|
@@ -643,7 +643,7 @@ def main():
|
|
| 643 |
|
| 644 |
with col2:
|
| 645 |
try:
|
| 646 |
-
st.image("app/
|
| 647 |
except:
|
| 648 |
st.markdown("🏌️ Logo")
|
| 649 |
|
|
|
|
| 643 |
|
| 644 |
with col2:
|
| 645 |
try:
|
| 646 |
+
st.image("app/transparent2.png", width=120)
|
| 647 |
except:
|
| 648 |
st.markdown("🏌️ Logo")
|
| 649 |
|
app/transparent2.png
ADDED
|
yolov8n.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31e20dde3def09e2cf938c7be6fe23d9150bbbe503982af13345706515f2ef95
|
| 3 |
+
size 6534387
|