dk-crazydiv commited on
Commit
dcbf1c4
·
1 Parent(s): 7a70b07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,5 +29,5 @@ st.write('''This is a simple **Streamlit** app that generates the input sentence
29
 
30
  input = st.text_area('Enter your post title caption here', height=100)
31
  if st.button('Reframe'):
32
- output = generate_hashtags(input))
33
  st.write(output)
 
29
 
30
  input = st.text_area('Enter your post title caption here', height=100)
31
  if st.button('Reframe'):
32
+ output = generate_hashtags(input)
33
  st.write(output)