dolphinium commited on
Commit
0ad77c8
·
verified ·
1 Parent(s): 2af2760

try fix build

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import logging
8
  import connections
9
  from ui import create_ui
10
 
 
11
  # --- Suppress Matplotlib Debug Logs ---
12
  logging.getLogger('matplotlib').setLevel(logging.WARNING)
13
 
 
8
  import connections
9
  from ui import create_ui
10
 
11
+
12
  # --- Suppress Matplotlib Debug Logs ---
13
  logging.getLogger('matplotlib').setLevel(logging.WARNING)
14