pratikshahp commited on
Commit
9fa7dd6
·
verified ·
1 Parent(s): e270e80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ st.set_page_config(page_title="Invoice Extractor")
37
  st.header("Invoice Extractor")
38
 
39
  # Sidebar for uploading image and entering question
40
- st.sidebar.title("Upload Image and Enter Question")
41
  uploaded_file = st.sidebar.file_uploader("Upload an invoice image...", type=["jpg"])
42
  if uploaded_file is not None:
43
  image = None
 
37
  st.header("Invoice Extractor")
38
 
39
  # Sidebar for uploading image and entering question
40
+ st.sidebar.header("Upload Your Image")
41
  uploaded_file = st.sidebar.file_uploader("Upload an invoice image...", type=["jpg"])
42
  if uploaded_file is not None:
43
  image = None