Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,8 @@ st.markdown("""
|
|
32 |
color: #C30000;
|
33 |
}
|
34 |
.caption {
|
|
|
|
|
35 |
text-align: center;
|
36 |
font-size: 18px;
|
37 |
}
|
@@ -76,4 +78,4 @@ if uploaded_file is not None:
|
|
76 |
col2.caption(f'{confidence*100:.0f}% sure')
|
77 |
|
78 |
# Add a caption at the bottom of the page
|
79 |
-
st.markdown('<p class="caption">
|
|
|
32 |
color: #C30000;
|
33 |
}
|
34 |
.caption {
|
35 |
+
position:relative;
|
36 |
+
bottom:-170px
|
37 |
text-align: center;
|
38 |
font-size: 18px;
|
39 |
}
|
|
|
78 |
col2.caption(f'{confidence*100:.0f}% sure')
|
79 |
|
80 |
# Add a caption at the bottom of the page
|
81 |
+
st.markdown('<p class="caption">Made with love by Jayant</p>', unsafe_allow_html=True)
|