Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ st.markdown(
|
|
| 12 |
background-color: #f9f9f9;
|
| 13 |
}
|
| 14 |
.title {
|
| 15 |
-
color: #
|
| 16 |
font-size: 2.5em;
|
| 17 |
text-align: center;
|
| 18 |
margin-bottom: 0.5em;
|
|
@@ -52,6 +52,7 @@ st.markdown(
|
|
| 52 |
text-align: center;
|
| 53 |
font-size: 0.9em;
|
| 54 |
color: #777777;
|
|
|
|
| 55 |
margin-top: 2em;
|
| 56 |
}
|
| 57 |
</style>
|
|
@@ -105,6 +106,6 @@ if uploaded_file is not None:
|
|
| 105 |
|
| 106 |
# Footer
|
| 107 |
st.markdown(
|
| 108 |
-
'<p class="group-banner">Developed with
|
| 109 |
unsafe_allow_html=True
|
| 110 |
)
|
|
|
|
| 12 |
background-color: #f9f9f9;
|
| 13 |
}
|
| 14 |
.title {
|
| 15 |
+
color: #ffffff;
|
| 16 |
font-size: 2.5em;
|
| 17 |
text-align: center;
|
| 18 |
margin-bottom: 0.5em;
|
|
|
|
| 52 |
text-align: center;
|
| 53 |
font-size: 0.9em;
|
| 54 |
color: #777777;
|
| 55 |
+
font-weight: bold;
|
| 56 |
margin-top: 2em;
|
| 57 |
}
|
| 58 |
</style>
|
|
|
|
| 106 |
|
| 107 |
# Footer
|
| 108 |
st.markdown(
|
| 109 |
+
'<p class="group-banner">Developed with by Group 9 | Computer Vision Project</p>',
|
| 110 |
unsafe_allow_html=True
|
| 111 |
)
|