Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ Please provide a helpful response based on the insurance document content above.
|
|
121 |
except Exception as e:
|
122 |
return f"Error generating response: {str(e)}"
|
123 |
def main():
|
124 |
-
st.set_page_config(page_title="Insurance PDF Chatbot", page_icon="🛡️", layout="wide")
|
125 |
st.title("🛡️ Insurance Policy Assistant")
|
126 |
st.markdown("Upload your insurance policy PDF and ask questions about your coverage, claims, deductibles, and more!")
|
127 |
# Initialize chatbot
|
|
|
121 |
except Exception as e:
|
122 |
return f"Error generating response: {str(e)}"
|
123 |
def main():
|
124 |
+
# st.set_page_config(page_title="Insurance PDF Chatbot", page_icon="🛡️", layout="wide")
|
125 |
st.title("🛡️ Insurance Policy Assistant")
|
126 |
st.markdown("Upload your insurance policy PDF and ask questions about your coverage, claims, deductibles, and more!")
|
127 |
# Initialize chatbot
|