Update app3.py
Browse files
app3.py
CHANGED
@@ -14,8 +14,8 @@ import logging
|
|
14 |
import re
|
15 |
|
16 |
# Configure logging
|
17 |
-
|
18 |
-
|
19 |
|
20 |
# Set the title of the app
|
21 |
st.title("Data Analyzer")
|
|
|
14 |
import re
|
15 |
|
16 |
# Configure logging
|
17 |
+
logging.basicConfig(level=logging.DEBUG)
|
18 |
+
logger = logging.getLogger(__name__)
|
19 |
|
20 |
# Set the title of the app
|
21 |
st.title("Data Analyzer")
|