Spaces:
Runtime error
Runtime error
Commit
·
87b5c2b
1
Parent(s):
739dec8
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,4 +30,4 @@ st.write('''This is a simple **Streamlit** app that generates the input sentence
|
|
| 30 |
|
| 31 |
input = st.text_area('Enter your post title caption here', height=100)
|
| 32 |
st.button('Reframe', on_click = generate_hashtags(input))
|
| 33 |
-
st.write(
|
|
|
|
| 30 |
|
| 31 |
input = st.text_area('Enter your post title caption here', height=100)
|
| 32 |
st.button('Reframe', on_click = generate_hashtags(input))
|
| 33 |
+
st.write(output)
|