Spaces:
Runtime error
Runtime error
Commit
·
7a70b07
1
Parent(s):
d4f2291
Update app.py
Browse files
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''')
|