Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
17976c1
1
Parent(s):
b8df987
update paths
Browse files- __pycache__/app.cpython-311.pyc +0 -0
- app.py +2 -2
__pycache__/app.cpython-311.pyc
CHANGED
Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ
|
|
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.environ['MPLCONFIGDIR'] = os.getcwd() + "/configs
|
3 |
|
4 |
from shiny import App, ui, render, reactive
|
5 |
from shinywidgets import output_widget, render_widget
|
@@ -11,7 +11,7 @@ import numpy as np
|
|
11 |
from pathlib import Path
|
12 |
|
13 |
# Create a Path object for the folder
|
14 |
-
cache_path = os.getcwd() + "/cache
|
15 |
|
16 |
ff1.Cache.enable_cache(cache_path)
|
17 |
ff1.Cache.offline_mode(enabled=True)
|
|
|
1 |
import os
|
2 |
+
os.environ['MPLCONFIGDIR'] = os.getcwd() + "/configs"
|
3 |
|
4 |
from shiny import App, ui, render, reactive
|
5 |
from shinywidgets import output_widget, render_widget
|
|
|
11 |
from pathlib import Path
|
12 |
|
13 |
# Create a Path object for the folder
|
14 |
+
cache_path = os.getcwd() + "/cache"
|
15 |
|
16 |
ff1.Cache.enable_cache(cache_path)
|
17 |
ff1.Cache.offline_mode(enabled=True)
|