Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -642,6 +642,6 @@ if st.session_state.generation_complete:
|
|
642 |
|
643 |
st.markdown("""
|
644 |
<div style="margin-top: 50px; text-align: center; padding: 20px; color: var(--text-muted); font-size: 0.8rem;">
|
645 |
-
<p>Built with ❤️ for
|
646 |
</div>
|
647 |
""", unsafe_allow_html=True)
|
|
|
642 |
|
643 |
st.markdown("""
|
644 |
<div style="margin-top: 50px; text-align: center; padding: 20px; color: var(--text-muted); font-size: 0.8rem;">
|
645 |
+
<p>Built with ❤️ for you</p>
|
646 |
</div>
|
647 |
""", unsafe_allow_html=True)
|