barunsaha commited on
Commit
570f813
·
1 Parent(s): 35e21d6

Update text

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,7 +34,7 @@ and the underlying AI models.</small></p>
34
  st.markdown(footer, unsafe_allow_html=True)
35
 
36
  poem = st.text_area(
37
- f'''**Type or copy paste a poem (max. {Config.LLM_MAX_INPUT_LENGTH} characters will be considered):**''',
38
  ''
39
  )
40
 
@@ -63,4 +63,4 @@ if st.button('Generate image'):
63
  progress_bar.progress(100, text='Done!')
64
 
65
  st.image(image, caption=summary)
66
- st.info('(Right-click on the image to save it)', icon='️ ')
 
34
  st.markdown(footer, unsafe_allow_html=True)
35
 
36
  poem = st.text_area(
37
+ f'''**Type or copy-paste a poem (max. {Config.LLM_MAX_INPUT_LENGTH} characters will be considered):**''',
38
  ''
39
  )
40
 
 
63
  progress_bar.progress(100, text='Done!')
64
 
65
  st.image(image, caption=summary)
66
+ st.info('Tip: Right-click on the image to save it')