Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
220 |
page_icon="π",
|
221 |
layout="wide"
|
222 |
)
|
223 |
|
224 |
-
st.title("FormIQ: Intelligent
|
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 |
""")
|