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