pratham0011 commited on
Commit
332ced6
ยท
verified ยท
1 Parent(s): 8b9bd84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -55,11 +55,11 @@ def input_file_setup(uploaded_file):
55
  raise FileNotFoundError("File not found")
56
 
57
  st.set_page_config(page_title="Invoice Information Extractor", page_icon="๐Ÿ”ฎ")
58
- st.title("Invoice Information Extractor")
59
- st.write("Upload your invoice๐Ÿ“ƒ")
60
 
 
61
  input_query = st.text_input("Ask a question", key="input")
62
- uploaded_file = st.file_uploader("Upload an Image ๐Ÿ–ผ๏ธ or PDF ๐Ÿ“„", type=["jpg", "jpeg", "png", "pdf"])
63
 
64
  if uploaded_file is not None:
65
  if uploaded_file.type.startswith('image'):
 
55
  raise FileNotFoundError("File not found")
56
 
57
  st.set_page_config(page_title="Invoice Information Extractor", page_icon="๐Ÿ”ฎ")
58
+ st.title("Invoice Information Extractor ๐Ÿ“ƒ")
59
+ # st.write("Upload your invoice")
60
 
61
+ uploaded_file = st.file_uploader("Upload an Invoice Image ๐Ÿ–ผ๏ธ or PDF ๐Ÿ“„", type=["jpg", "jpeg", "png", "pdf"])
62
  input_query = st.text_input("Ask a question", key="input")
 
63
 
64
  if uploaded_file is not None:
65
  if uploaded_file.type.startswith('image'):