kumar989 commited on
Commit
8d99a43
1 Parent(s): 2c173e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ if uploaded_file is not None:
35
  text=read_pdf(uploaded_file)
36
  st.write(text)
37
  except Exception as e:
38
- logging.exception(e)
 
35
  text=read_pdf(uploaded_file)
36
  st.write(text)
37
  except Exception as e:
38
+ pass