Spaces:
Build error
Build error
Update app.py
Browse files
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()
|