kbberendsen commited on
Commit
7db7475
1 Parent(s): 33f3b6b

remove env matplotlib var

Browse files
Files changed (2) hide show
  1. __pycache__/app.cpython-311.pyc +0 -0
  2. app.py +1 -1
__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
 
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