mbabanov commited on
Commit
a562a45
1 Parent(s): a8e25eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def process(title, summary):
61
 
62
  title = st.text_area("Title", height=30)
63
 
64
- summary = st.text_area("Summary", height=200)
65
 
66
  for string in process(title, summary):
67
  st.markdown(string)
 
61
 
62
  title = st.text_area("Title", height=30)
63
 
64
+ summary = st.text_area("Summary", height=180)
65
 
66
  for string in process(title, summary):
67
  st.markdown(string)