Spaces:
Runtime error
Runtime error
Jan Maciejowski
commited on
Commit
•
16fad89
1
Parent(s):
26a8960
Update app.py
Browse files
app.py
CHANGED
@@ -121,6 +121,7 @@ def gradio_stocknews(source_ch, art_number):
|
|
121 |
|
122 |
def main():
|
123 |
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
|
|
124 |
|
125 |
#print(gradio_stocknews("CNBC", 2))
|
126 |
|
|
|
121 |
|
122 |
def main():
|
123 |
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
124 |
+
nltk.download('stopwords')
|
125 |
|
126 |
#print(gradio_stocknews("CNBC", 2))
|
127 |
|