berito commited on
Commit
0d71b77
·
1 Parent(s): c4002d9

ui textfield changed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ st.write("Paste your Amharic text below and click 'Summarize' to generate a conc
5
  st.write("This app uses a trained FastText model to summarize your input text.")
6
 
7
  # Text input area
8
- input_text = st.text_area("Input Text", placeholder="Paste your Amharic text here...")
9
  summarized_text=""
10
  # Summarize button
11
  if st.button("Summarize"):
 
5
  st.write("This app uses a trained FastText model to summarize your input text.")
6
 
7
  # Text input area
8
+ input_text = st.text_area("Input Text", placeholder="Paste your Amharic text here...",height=200)
9
  summarized_text=""
10
  # Summarize button
11
  if st.button("Summarize"):