DrishtiSharma
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def main():
|
|
11 |
st.markdown("**Create impactful LinkedIn posts effortlessly.** Customize your post with advanced options, analyze generated content, and save your creations.")
|
12 |
|
13 |
# Sidebar for settings
|
14 |
-
st.sidebar.title("
|
15 |
st.sidebar.markdown("Use these settings to personalize your post.")
|
16 |
|
17 |
fs = FewShotPosts()
|
|
|
11 |
st.markdown("**Create impactful LinkedIn posts effortlessly.** Customize your post with advanced options, analyze generated content, and save your creations.")
|
12 |
|
13 |
# Sidebar for settings
|
14 |
+
st.sidebar.title("π οΈ Customization Options")
|
15 |
st.sidebar.markdown("Use these settings to personalize your post.")
|
16 |
|
17 |
fs = FewShotPosts()
|