try fix build
Browse files
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 |
|