Anne314159 commited on
Commit
b20bf0e
·
verified ·
1 Parent(s): 53717a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 article_to_social_post():
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')