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