Ankit93 commited on
Commit
e149839
·
verified ·
1 Parent(s): cb504c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ if uploaded_file is not None:
29
  st.warning('Please Upload Images !!!', icon="⚠️")
30
  break
31
 
32
- submit = st.button("Tell me about invoice")
33
  input_prompt = "We are uploading an image and you will have to answer any questions based on image"
34
  def input_image_details(uploaded_file):
35
  bytes_data = uploaded_file.getvalue()
 
29
  st.warning('Please Upload Images !!!', icon="⚠️")
30
  break
31
 
32
+ submit = st.button("Extract Information about this image")
33
  input_prompt = "We are uploading an image and you will have to answer any questions based on image"
34
  def input_image_details(uploaded_file):
35
  bytes_data = uploaded_file.getvalue()