Seetha commited on
Commit
e353e23
1 Parent(s): 0e73338

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -59,8 +59,6 @@ from sklearn.feature_extraction.text import CountVectorizer
59
  #from tabulate import tabulate
60
  import csv
61
  #import gdown
62
- import zipfile
63
- import wget
64
  import pdfplumber
65
  import pathlib
66
  import shutil
@@ -68,7 +66,6 @@ import webbrowser
68
  from streamlit.components.v1 import html
69
  import streamlit.components.v1 as components
70
  from PyPDF2 import PdfReader
71
- from git import Repo
72
  import io
73
 
74
 
 
59
  #from tabulate import tabulate
60
  import csv
61
  #import gdown
 
 
62
  import pdfplumber
63
  import pathlib
64
  import shutil
 
66
  from streamlit.components.v1 import html
67
  import streamlit.components.v1 as components
68
  from PyPDF2 import PdfReader
 
69
  import io
70
 
71