Skip to content

Commit

Permalink
Update streamlit_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnanesh-16 authored Jan 16, 2024
1 parent 66233e0 commit 866d1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 866d1e0

Please sign in to comment.