AgaMiko commited on
Commit
61b01d0
·
1 Parent(s): e543c2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -74,6 +74,7 @@ if __name__ == "__main__":
74
  st.sidebar.image(img_short)
75
  st.image(img_full)
76
  st.title("VLT5 - keywords generation")
 
77
 
78
  generated_keywords = ""
79
  user_input = st.text_area(
 
74
  st.sidebar.image(img_short)
75
  st.image(img_full)
76
  st.title("VLT5 - keywords generation")
77
+ st.markdown("**Input**: Use abstract lentgh-like text fo best results. Providing very short or very long texts will result in significantly worse results.")
78
 
79
  generated_keywords = ""
80
  user_input = st.text_area(