Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,12 @@ st.sidebar.markdown("[وكالة الانباء الكويتية](https://www.ku
|
|
| 40 |
nlp = spacy.load("spacy.aravec.model")
|
| 41 |
|
| 42 |
st.write("""
|
| 43 |
-
Arabic headline news detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
""")
|
| 45 |
|
| 46 |
#read input from user
|
|
|
|
| 40 |
nlp = spacy.load("spacy.aravec.model")
|
| 41 |
|
| 42 |
st.write("""
|
| 43 |
+
YAQEN: is an Arabic headline news detection system Submitted to the College of Graduate Studies in Partial Fulfillment of the Requirements for the M.Sc.
|
| 44 |
+
Degree in:Computing Information Systems
|
| 45 |
+
Submitted by:
|
| 46 |
+
Reem Alfouzan
|
| 47 |
+
Project Supervisor:
|
| 48 |
+
Dr. Abdullah Almutairi
|
| 49 |
""")
|
| 50 |
|
| 51 |
#read input from user
|