DrishtiSharma commited on
Commit
ac07dd1
·
verified ·
1 Parent(s): 9769597

Update app3.py

Browse files
Files changed (1) hide show
  1. app3.py +2 -2
app3.py CHANGED
@@ -14,8 +14,8 @@ import logging
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")
 
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")