gabruarya commited on
Commit
e888dbf
1 Parent(s): 3e65bb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -85,7 +85,12 @@ def on_click_callback():
85
 
86
  initialize_session_state()
87
 
88
- st.title("Hello I am here to give you legal advice ⚖️")
 
 
 
 
 
89
 
90
  chat_placeholder = st.container()
91
  prompt_placeholder = st.form("chat-form")
 
85
 
86
  initialize_session_state()
87
 
88
+ st.title("👋 Welcome to LegalEase Advisor! \n I'm here to help you navigate through legal questions and concerns. Whether you're seeking information about a specific legal topic or need general advice, I'm at your service.")
89
+
90
+
91
+
92
+
93
+
94
 
95
  chat_placeholder = st.container()
96
  prompt_placeholder = st.form("chat-form")