Spaces:
Runtime error
Runtime error
Commit
·
b75f4af
1
Parent(s):
3324f1e
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ samples = load_data()
|
|
15 |
splits = list(samples.keys())
|
16 |
languages = ["Wolof"]
|
17 |
print(f"current directory {os.getcwd()}")
|
|
|
18 |
|
19 |
custom_css = """
|
20 |
#banner-image {
|
|
|
15 |
splits = list(samples.keys())
|
16 |
languages = ["Wolof"]
|
17 |
print(f"current directory {os.getcwd()}")
|
18 |
+
print(f"total path {os.path.dirname(os.path.realpath(__file__))}")
|
19 |
|
20 |
custom_css = """
|
21 |
#banner-image {
|