Update app.py
Browse files
app.py
CHANGED
@@ -99,6 +99,10 @@ def main():
|
|
99 |
else:
|
100 |
st.info("No posts to save or share.")
|
101 |
|
|
|
|
|
|
|
|
|
102 |
def post_analysis(post):
|
103 |
"""Perform basic analysis of the generated post."""
|
104 |
word_count = len(post.split())
|
|
|
99 |
else:
|
100 |
st.info("No posts to save or share.")
|
101 |
|
102 |
+
st.sidebar.markdown("---")
|
103 |
+
st.sidebar.markdown("### [Reference:](https://www.youtube.com/watch?v=qZ_J-Xg0QM4)")
|
104 |
+
|
105 |
+
|
106 |
def post_analysis(post):
|
107 |
"""Perform basic analysis of the generated post."""
|
108 |
word_count = len(post.split())
|