sosa123454321 commited on
Commit
f96911c
1 Parent(s): 642c746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from docx import *
3
  import re
4
  import tempfile
5
  import pathlib
 
1
  import streamlit as st
2
+ from docx import Document
3
  import re
4
  import tempfile
5
  import pathlib