daniild71r commited on
Commit
bf8e5ea
1 Parent(s): b9f69ed

minor adjustments

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ title = st.text_input(
76
 
77
  summary = st.text_area(
78
  'Now, please, insert the summary of the CS article you are interested in.',
79
- height=250, placeholder='The summary itself.'
80
  )
81
 
82
  the_pipeline, cat_mapping, cat_name_mapping = initialize()
 
76
 
77
  summary = st.text_area(
78
  'Now, please, insert the summary of the CS article you are interested in.',
79
+ height=240, placeholder='The summary itself.'
80
  )
81
 
82
  the_pipeline, cat_mapping, cat_name_mapping = initialize()