From 866d1e06fb2b8e0cffea3ed24bc1997df480c3f2 Mon Sep 17 00:00:00 2001 From: Gnanesh Balusa <98212179+gnanesh-16@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:04:28 +0530 Subject: [PATCH] Update streamlit_app.py --- streamlit_app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/streamlit_app.py b/streamlit_app.py index 3f42588..02d9d0b 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -42,9 +42,9 @@ def input_image_details(uploaded_file): submit=st.button("Tell me about the invoice") input_prompt=""" -You are an expert in understanding invoices. We will upload a a image as invoice +You are an expert in understanding invoices. We will upload a image as invoice and you will have to answer any questions based on the uploaded invoice image -and aslo you can give it in Table formate of invoice Details. +and also you can give it in Table formate of invoice Details. """ ## if submit button is clicked