pratikshahp commited on
Commit
cdb8924
·
verified ·
1 Parent(s): 02d2e37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def get_response_from_llm(extracted_text, question):
36
  st.set_page_config(page_title="Invoice Extractor")
37
  st.header("Invoice Extractor")
38
 
39
- uploaded_file = st.file_uploader("Upload an invoice image...", type=["jpg", "jpeg", "png"])
40
  question = st.text_input("Enter your question about the invoice:")
41
  image = None
42
 
 
36
  st.set_page_config(page_title="Invoice Extractor")
37
  st.header("Invoice Extractor")
38
 
39
+ uploaded_file = st.file_uploader("Upload an invoice image...", type=["jpg"])
40
  question = st.text_input("Enter your question about the invoice:")
41
  image = None
42