Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,6 +147,6 @@ if st.button("Generate Plan"):
|
|
| 147 |
|
| 148 |
# Add footer
|
| 149 |
st.markdown(
|
| 150 |
-
"<div style='text-align: center;'>Made with <span style='color: red;'>♥</span> by Mukul.</div>",
|
| 151 |
unsafe_allow_html=True,
|
| 152 |
)
|
|
|
|
| 147 |
|
| 148 |
# Add footer
|
| 149 |
st.markdown(
|
| 150 |
+
# "<div style='text-align: center;'>Made with <span style='color: red;'>♥</span> by Mukul.</div>",
|
| 151 |
unsafe_allow_html=True,
|
| 152 |
)
|