Spaces:
Sleeping
Sleeping
Fix: Frontend changes in app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ from data_processor import (
|
|
| 15 |
|
| 16 |
# --- Page Configuration ---
|
| 17 |
st.set_page_config(
|
| 18 |
-
page_title="
|
| 19 |
page_icon="π",
|
| 20 |
layout="wide"
|
| 21 |
)
|
|
@@ -105,7 +105,7 @@ def process_document(doc_url):
|
|
| 105 |
|
| 106 |
# --- Streamlit UI ---
|
| 107 |
|
| 108 |
-
st.title("π
|
| 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
|