chandinisaisri commited on
Commit
11bdeb7
Β·
verified Β·
1 Parent(s): 965fa81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -216,12 +216,12 @@ def extract_handwritten_text_paddle(image):
216
 
217
  def main():
218
  st.set_page_config(
219
- page_title="FormIQ - Intelligent Document Parser",
220
  page_icon="πŸ“„",
221
  layout="wide"
222
  )
223
 
224
- st.title("FormIQ: Intelligent Document Parser")
225
  st.markdown("""
226
  Upload your documents to extract and validate information using advanced AI models.
227
  """)
 
216
 
217
  def main():
218
  st.set_page_config(
219
+ page_title="FormIQ - Intelligent Receipt Parser",
220
  page_icon="πŸ“„",
221
  layout="wide"
222
  )
223
 
224
+ st.title("FormIQ: Intelligent Receipt Parser")
225
  st.markdown("""
226
  Upload your documents to extract and validate information using advanced AI models.
227
  """)