berito commited on
Commit
c4002d9
·
1 Parent(s): 3aeb854

ui error correced

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ 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
-
10
  # Summarize button
11
  if st.button("Summarize"):
12
  if input_text.strip():
 
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"):
12
  if input_text.strip():