gabruarya commited on
Commit
128d8a8
1 Parent(s): 99896e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,6 +107,7 @@ st.markdown(
107
  🤖 **Getting Started:**
108
  Feel free to ask any legal question related to Indian law, using keywords like "property rights," "labor laws," or "family law." I'm here to assist you!
109
 
 
110
  """
111
  )
112
 
@@ -125,7 +126,6 @@ with prompt_placeholder:
125
  cols = st.columns((6, 1))
126
  cols[0].text_input(
127
  "Chat",
128
- value="Let's get started! How can I assist you today?",
129
  label_visibility="collapsed",
130
  key="human_prompt",
131
  )
 
107
  🤖 **Getting Started:**
108
  Feel free to ask any legal question related to Indian law, using keywords like "property rights," "labor laws," or "family law." I'm here to assist you!
109
 
110
+ Let's get started! How can I assist you today?
111
  """
112
  )
113
 
 
126
  cols = st.columns((6, 1))
127
  cols[0].text_input(
128
  "Chat",
 
129
  label_visibility="collapsed",
130
  key="human_prompt",
131
  )