Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,7 @@ st.markdown("""
|
|
33 |
text-align: center;
|
34 |
text-color: black;
|
35 |
padding: 10px;
|
|
|
36 |
margin-top: 50px;
|
37 |
}
|
38 |
.content {
|
@@ -126,6 +127,6 @@ else:
|
|
126 |
# Footer
|
127 |
st.markdown("""
|
128 |
<div class="footer">
|
129 |
-
Made by
|
130 |
</div>
|
131 |
""", unsafe_allow_html=True)
|
|
|
33 |
text-align: center;
|
34 |
text-color: black;
|
35 |
padding: 10px;
|
36 |
+
font-weight: bold;
|
37 |
margin-top: 50px;
|
38 |
}
|
39 |
.content {
|
|
|
127 |
# Footer
|
128 |
st.markdown("""
|
129 |
<div class="footer">
|
130 |
+
Made by Mallela Preethi
|
131 |
</div>
|
132 |
""", unsafe_allow_html=True)
|