yourownvibhore commited on
Commit
afdb550
·
verified ·
1 Parent(s): fcefef0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@ def input_image_setup(uploaded_img):
26
 
27
 
28
  st.set_page_config(page_title="Invoice extractor", page_icon="🔮")
29
- st.title("Gemini llm application")
 
30
  input = st.text_input("Ask a question", key="input")
31
  uploaded_img = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
32
  image=""
 
26
 
27
 
28
  st.set_page_config(page_title="Invoice extractor", page_icon="🔮")
29
+ st.title("Invoice Extractor using LLM")
30
+ st.write("Upload your invoice and we will give you all the information we can based on your query")
31
  input = st.text_input("Ask a question", key="input")
32
  uploaded_img = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
33
  image=""