Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ page = st.selectbox(
|
|
41 |
'What project do you like to see first?',
|
42 |
('Social Media Content Generator', 'Test Page'))
|
43 |
|
44 |
-
|
45 |
# Display the selected page
|
46 |
if page == 'Social Media Content Generator':
|
47 |
page_social_media_generator()
|
|
|
41 |
'What project do you like to see first?',
|
42 |
('Social Media Content Generator', 'Test Page'))
|
43 |
|
44 |
+
|
45 |
# Display the selected page
|
46 |
if page == 'Social Media Content Generator':
|
47 |
page_social_media_generator()
|