Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ st.markdown(
|
|
24 |
)
|
25 |
|
26 |
# Input text box for user to enter Amharic text
|
27 |
-
user_input = st.text_area("Enter Amharic text here:", height=150, placeholder="แแณแ:
|
28 |
|
29 |
# Submit button for classification
|
30 |
if st.button("Analyze Text ๐"):
|
|
|
24 |
)
|
25 |
|
26 |
# Input text box for user to enter Amharic text
|
27 |
+
user_input = st.text_area("Enter Amharic text here:", height=150, placeholder="แแณแ: แขแตแฎแตแซ แแแแแ แตแแญ...")
|
28 |
|
29 |
# Submit button for classification
|
30 |
if st.button("Analyze Text ๐"):
|