dhhd255 commited on
Commit
ecdcebf
·
1 Parent(s): 5a592d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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">Hello</p>', unsafe_allow_html=True)
 
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)