Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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(
|