Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,7 @@ import gradio as gr
|
|
20 |
import icij_utils
|
21 |
import smolagents
|
22 |
import os
|
|
|
23 |
|
24 |
#
|
25 |
# Init a SQLite database with the data files from ICIJ.org
|
|
|
20 |
import icij_utils
|
21 |
import smolagents
|
22 |
import os
|
23 |
+
import pathlib
|
24 |
|
25 |
#
|
26 |
# Init a SQLite database with the data files from ICIJ.org
|