willco-afk commited on
Commit
a5c12e4
·
verified ·
1 Parent(s): a47bac8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -53,14 +53,14 @@ with tab1:
53
 
54
  # Tab 2: Sample Image Links
55
  with tab2:
56
- st.title("Sample Image Links and Placeholder Texts")
57
 
58
- # Display 50 placeholder texts (as links) for sample tree images
59
- st.write("Here are 50 placeholder links for sample tree images:")
 
 
60
 
61
- for i in range(1, 51):
62
- st.write(f"[Sample Tree Image {i}](https://www.example.com/sample-tree-image-{i})")
63
-
64
- st.write("\nAdditional Links:")
65
- st.write("[View sample images here](https://www.example.com/sample-images)")
66
- st.write("[Download sample images here](https://www.example.com/download-sample-images)")
 
53
 
54
  # Tab 2: Sample Image Links
55
  with tab2:
56
+ st.title("Sample Image Links")
57
 
58
+ # First header and paragraph with link
59
+ st.header("View some of my decorated and undecorated tree samples for the Model here:")
60
+ st.write("You can view the sample images for both decorated and undecorated trees in the following link:")
61
+ st.write("[View sample images here](https://www.dropbox.com/scl/fo/cuzo12z39cxv6joz7gz2o/ACf5xSjT7nHqMRdgh21GYlc?rlkey=w10usqhkngf2uxwvllgnqb8tf&st=ld22fl4c&dl=0)")
62
 
63
+ # Second header and paragraph with download link
64
+ st.header("Download the tree sample pictures to test them on the model yourself here:")
65
+ st.write("You can download the tree sample images by clicking on the link below to test them in the Christmas Tree Classifier:")
66
+ st.write("[Download sample images here](https://www.dropbox.com/scl/fo/cuzo12z39cxv6joz7gz2o/ACf5xSjT7nHqMRdgh21GYlc?rlkey=w10usqhkngf2uxwvllgnqb8tf&st=ld22fl4c&dl=1)")