hamza50 commited on
Commit
4f58f1e
·
1 Parent(s): dd3151e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
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
- import geonamescache
24
 
25
  import os
26
  import streamlit as st
@@ -47,13 +47,7 @@ def main():
47
  return summary_txt
48
 
49
 
50
- gc = geonamescache.GeonamesCache()
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():