Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,9 @@ def generate_content_ideas(niche, audience, content_format, num_ideas=4, advance
|
|
169 |
st.sidebar.title("Support This Tool")
|
170 |
st.sidebar.markdown(f"""
|
171 |
If you find this AI Content Idea Generator useful, please consider supporting its ongoing development and hosting costs.
|
|
|
172 |
[**π Support on Patreon**]({PATREON_URL})
|
|
|
173 |
Your support helps keep this tool running and allows for future improvements!
|
174 |
""")
|
175 |
|
|
|
169 |
st.sidebar.title("Support This Tool")
|
170 |
st.sidebar.markdown(f"""
|
171 |
If you find this AI Content Idea Generator useful, please consider supporting its ongoing development and hosting costs.
|
172 |
+
|
173 |
[**π Support on Patreon**]({PATREON_URL})
|
174 |
+
|
175 |
Your support helps keep this tool running and allows for future improvements!
|
176 |
""")
|
177 |
|