Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
57 |
|
58 |
-
#
|
59 |
-
st.
|
|
|
|
|
60 |
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
st.write("
|
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)")
|
|
|
|