dk-crazydiv commited on
Commit
87b5c2b
·
1 Parent(s): 739dec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('{output}')
 
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)