Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
|
|
|
| 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=""
|