garyd1 commited on
Commit
890b9f7
·
verified ·
1 Parent(s): 40a7f2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -4,4 +4,7 @@ def main():
4
  st.title("Bill Extractor")
5
 
6
  files=st.file_uploader("Upload the files here..",type=["pdf"],accept_multiple_files=True)
7
- submit=st.button("Extract")
 
 
 
 
4
  st.title("Bill Extractor")
5
 
6
  files=st.file_uploader("Upload the files here..",type=["pdf"],accept_multiple_files=True)
7
+ submit=st.button("Extract")
8
+
9
+ if __name__="__main__":
10
+ main()