HugoLaurencon commited on
Commit
a547ccb
·
1 Parent(s): eabb5f9
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import matplotlib.pyplot as plt
7
 
8
 
9
  def visualization(path_data, lang, num_docs, num_docs_for_words):
 
10
  with open(path_data) as json_file:
11
  data = json.load(json_file)
12
 
 
7
 
8
 
9
  def visualization(path_data, lang, num_docs, num_docs_for_words):
10
+
11
  with open(path_data) as json_file:
12
  data = json.load(json_file)
13