Spaces:
Runtime error
Runtime error
Commit
·
a547ccb
1
Parent(s):
eabb5f9
test
Browse files
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 |
|