Spaces:
Sleeping
Sleeping
ui textfield changed
Browse files
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"):
|