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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ def main():
3
+ st.set_page_config(page_title="Bill App")
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")