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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,5 +6,5 @@ def main():
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()
 
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()