DrishtiSharma commited on
Commit
d145ae2
Β·
verified Β·
1 Parent(s): b7d4294

Update app.py

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