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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def generate_hashtags(input):
22
  return_likelihoods='NONE')
23
 
24
  output = response.generations[0].text
25
-
26
 
27
  st.title('Positive Reframing Generator')
28
  st.write('''This is a simple **Streamlit** app that generates the input sentence with a positive spin to it''')
 
22
  return_likelihoods='NONE')
23
 
24
  output = response.generations[0].text
25
+ return output
26
 
27
  st.title('Positive Reframing Generator')
28
  st.write('''This is a simple **Streamlit** app that generates the input sentence with a positive spin to it''')