Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,8 @@ def next_word(text, pipe):
|
|
20 |
res_dict['Score'].append(e['score'])
|
21 |
return res_dict
|
22 |
|
23 |
-
st.title("
|
24 |
-
st.write("
|
25 |
default_value = "بيعت الأسلحة في السوق"
|
26 |
# sent is the variable holding the user's input
|
27 |
sent = st.text_area("Input", default_value, height=30)
|
|
|
20 |
res_dict['Score'].append(e['score'])
|
21 |
return res_dict
|
22 |
|
23 |
+
st.title("التنبؤ بالمتصاحبات اللغوية")
|
24 |
+
st.write("المساعدة اللغوية في التنبؤ بالمتلازمات والمتصاحبات والتعبيرات الاصطلاحية وتصحيحها")
|
25 |
default_value = "بيعت الأسلحة في السوق"
|
26 |
# sent is the variable holding the user's input
|
27 |
sent = st.text_area("Input", default_value, height=30)
|