willco-afk commited on
Commit
91e11c8
Β·
verified Β·
1 Parent(s): 88ec092

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -91,16 +91,6 @@ with tab2:
91
  Download the tree samples pictures to test them on the model yourself here:
92
  [Download Trees](https://www.dropbox.com/scl/fo/cuzo12z39cxv6joz7gz2o/ACf5xSjT7nHqMRdgh21GYlc?raw=1&dl=1)
93
  """)
94
-
95
- st.subheader("πŸŽ… Decorated Trees πŸŽ…")
96
- # Add image links for decorated trees (replace with actual links)
97
- st.image("https://www.dropbox.com/scl/fi/s1gcisaveiwm1o8a3hyqm/decorated_tree_1.jpg?raw=1", caption="Decorated Tree 1", use_container_width=True)
98
- st.image("https://www.dropbox.com/scl/fi/s1gcisaveiwm1o8a3hyqm/decorated_tree_2.jpg?raw=1", caption="Decorated Tree 2", use_container_width=True)
99
-
100
- st.subheader("🎁 Undecorated Trees 🎁")
101
- # Add image links for undecorated trees (replace with actual links)
102
- st.image("https://www.dropbox.com/scl/fi/s1gcisaveiwm1o8a3hyqm/undecorated_tree_1.jpg?raw=1", caption="Undecorated Tree 1", use_container_width=True)
103
- st.image("https://www.dropbox.com/scl/fi/s1gcisaveiwm1o8a3hyqm/undecorated_tree_2.jpg?raw=1", caption="Undecorated Tree 2", use_container_width=True)
104
-
105
  # Add download link for images if needed
106
  st.markdown("[Download the image list](https://raw.githubusercontent.com/willco-afk/tree-samples/main/tree_images.txt)")
 
91
  Download the tree samples pictures to test them on the model yourself here:
92
  [Download Trees](https://www.dropbox.com/scl/fo/cuzo12z39cxv6joz7gz2o/ACf5xSjT7nHqMRdgh21GYlc?raw=1&dl=1)
93
  """)
94
+
 
 
 
 
 
 
 
 
 
 
95
  # Add download link for images if needed
96
  st.markdown("[Download the image list](https://raw.githubusercontent.com/willco-afk/tree-samples/main/tree_images.txt)")