ksvmuralidhar
commited on
Commit
•
a5a89f7
1
Parent(s):
f043e94
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def main():
|
|
74 |
</p>
|
75 |
'''
|
76 |
st.markdown(desc, unsafe_allow_html=True)
|
77 |
-
news_txt = st.text_area("Paste the headline of a news article
|
78 |
top_n = st.slider('Select the number of similar articles to display', 1, 100, 10)
|
79 |
|
80 |
if st.button("Submit"):
|
|
|
74 |
</p>
|
75 |
'''
|
76 |
st.markdown(desc, unsafe_allow_html=True)
|
77 |
+
news_txt = st.text_area("Paste the headline of a news article", "", height=30)
|
78 |
top_n = st.slider('Select the number of similar articles to display', 1, 100, 10)
|
79 |
|
80 |
if st.button("Submit"):
|