Hamda commited on
Commit
188fe7f
1 Parent(s): 0af80fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Predict Next Word")
24
- st.write("Expand your query by leveraging various models")
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)