archis99 commited on
Commit
888e988
Β·
1 Parent(s): d7bf0c7

Fix: Frontend changes in app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,7 +15,7 @@ from data_processor import (
15
 
16
  # --- Page Configuration ---
17
  st.set_page_config(
18
- page_title="ClarityClaim AI πŸ€–",
19
  page_icon="πŸ“„",
20
  layout="wide"
21
  )
@@ -105,7 +105,7 @@ def process_document(doc_url):
105
 
106
  # --- Streamlit UI ---
107
 
108
- st.title("πŸ“„ ClarityClaim AI: Your Insurance Policy Expert")
109
  st.markdown("Enter the URL of an insurance policy document (PDF) and ask questions about it.")
110
 
111
  # Initialize session state for conversation history
 
15
 
16
  # --- Page Configuration ---
17
  st.set_page_config(
18
+ page_title="Insurance DocAI πŸ€–",
19
  page_icon="πŸ“„",
20
  layout="wide"
21
  )
 
105
 
106
  # --- Streamlit UI ---
107
 
108
+ st.title("πŸ“„ Insurance DocAI: Your Insurance Policy Expert")
109
  st.markdown("Enter the URL of an insurance policy document (PDF) and ask questions about it.")
110
 
111
  # Initialize session state for conversation history