Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ def page_social_media_generator():
|
|
| 89 |
st.write("Please select an article from the 'What is trending in my niche?' page.")
|
| 90 |
|
| 91 |
|
| 92 |
-
def
|
| 93 |
st.title("Article to Social Media Post")
|
| 94 |
|
| 95 |
niche = st.text_input('Enter your niche', 'Technology')
|
|
|
|
| 89 |
st.write("Please select an article from the 'What is trending in my niche?' page.")
|
| 90 |
|
| 91 |
|
| 92 |
+
def page_article_to_social_post():
|
| 93 |
st.title("Article to Social Media Post")
|
| 94 |
|
| 95 |
niche = st.text_input('Enter your niche', 'Technology')
|