AgaMiko commited on
Commit
62c3489
1 Parent(s): 61b01d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ if __name__ == "__main__":
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(
 
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 for 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(