Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
HugoLaurencon
commited on
Commit
β’
4a852e1
1
Parent(s):
dd9c01e
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ class Visualization:
|
|
15 |
self.display_document()
|
16 |
|
17 |
def set_title(self):
|
18 |
-
st.title("Visualization of
|
19 |
|
20 |
def load_dataset(self):
|
21 |
self.dataset = load_from_disk(self.path_web_documents_dataset)
|
|
|
15 |
self.display_document()
|
16 |
|
17 |
def set_title(self):
|
18 |
+
st.title("Visualization of OBELICS web documents")
|
19 |
|
20 |
def load_dataset(self):
|
21 |
self.dataset = load_from_disk(self.path_web_documents_dataset)
|