Update text
Browse files
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
|
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('
|
|
|
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')
|