marianna13 commited on
Commit
dd657ca
1 Parent(s): 6ce141b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import pandas as pd
7
  import os
8
  import requests
9
  from textwrap import wrap
 
10
 
11
  os.system('python -m spacy download en_core_web_sm')
12
 
 
7
  import os
8
  import requests
9
  from textwrap import wrap
10
+ import gspread
11
 
12
  os.system('python -m spacy download en_core_web_sm')
13