ngcanh commited on
Commit
b0b96fa
·
verified ·
1 Parent(s): c6d1e68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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