Spaces:
Sleeping
Sleeping
Update app/components.py
Browse files- app/components.py +1 -0
app/components.py
CHANGED
@@ -17,6 +17,7 @@ import json
|
|
17 |
import logging
|
18 |
import uuid
|
19 |
from typing import Dict, List, Any, Optional, Tuple, Union
|
|
|
20 |
|
21 |
# Configure logging
|
22 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
|
|
17 |
import logging
|
18 |
import uuid
|
19 |
from typing import Dict, List, Any, Optional, Tuple, Union
|
20 |
+
from app.m_c_data import DEFAULT_WINDOW_PROPERTIES # Import DEFAULT_WINDOW_PROPERTIES
|
21 |
|
22 |
# Configure logging
|
23 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|