Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import pandas as pd
|
|
2 |
import streamlit as st
|
3 |
import re
|
4 |
import logging
|
|
|
5 |
from docx import Document
|
6 |
from langdetect import detect
|
7 |
from transformers import pipeline
|
|
|
2 |
import streamlit as st
|
3 |
import re
|
4 |
import logging
|
5 |
+
import nltk
|
6 |
from docx import Document
|
7 |
from langdetect import detect
|
8 |
from transformers import pipeline
|