Bwrite commited on
Commit
dfe8c61
·
verified ·
1 Parent(s): 5b6a879

Update app.py

Browse files

Admission ChatBot

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,8 +1,7 @@
1
  # BOUESTI Virtual Assistant Chatbot
2
  # Bamidele Olumilua University of Education, Science, and Technology, Ikere Ekiti
3
 
4
- # Install required packages
5
- !pip install nltk scikit-learn gradio
6
 
7
  import nltk
8
  import re
 
1
  # BOUESTI Virtual Assistant Chatbot
2
  # Bamidele Olumilua University of Education, Science, and Technology, Ikere Ekiti
3
 
4
+
 
5
 
6
  import nltk
7
  import re