Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ from wordcloud import WordCloud
|
|
20 |
from matplotlib import pyplot as plt
|
21 |
import nltk
|
22 |
nltk.download('stopwords')
|
23 |
-
|
24 |
|
25 |
import os
|
26 |
import streamlit as st
|
@@ -47,13 +47,7 @@ def main():
|
|
47 |
return summary_txt
|
48 |
|
49 |
|
50 |
-
|
51 |
-
|
52 |
-
# gets nested dictionary for countries
|
53 |
-
countries = gc.get_countries()
|
54 |
-
|
55 |
-
# gets nested dictionary for cities
|
56 |
-
cities = gc.get_cities()
|
57 |
# def gen_dict_extract(var, key):
|
58 |
# if isinstance(var, dict):
|
59 |
# for k, v in var.items():
|
|
|
20 |
from matplotlib import pyplot as plt
|
21 |
import nltk
|
22 |
nltk.download('stopwords')
|
23 |
+
|
24 |
|
25 |
import os
|
26 |
import streamlit as st
|
|
|
47 |
return summary_txt
|
48 |
|
49 |
|
50 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
# def gen_dict_extract(var, key):
|
52 |
# if isinstance(var, dict):
|
53 |
# for k, v in var.items():
|