Spaces:
Runtime error
Runtime error
HugoLaurencon
commited on
Commit
•
189d6aa
1
Parent(s):
611e98e
Update app.py
Browse files
app.py
CHANGED
@@ -361,8 +361,8 @@ class Visualization:
|
|
361 |
|
362 |
|
363 |
path_instructions = "./filtering_pipeline_oscar.pdf"
|
364 |
-
path_data = "./
|
365 |
-
lang = "
|
366 |
num_docs = 5000
|
367 |
num_docs_for_words = 500
|
368 |
max_len_text_display = 10000
|
|
|
361 |
|
362 |
|
363 |
path_instructions = "./filtering_pipeline_oscar.pdf"
|
364 |
+
path_data = "./en_examples_with_stats.json"
|
365 |
+
lang = "English"
|
366 |
num_docs = 5000
|
367 |
num_docs_for_words = 500
|
368 |
max_len_text_display = 10000
|