Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,8 +106,7 @@ st.markdown(
|
|
| 106 |
|
| 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,7 +125,7 @@ with prompt_placeholder:
|
|
| 126 |
cols = st.columns((6, 1))
|
| 127 |
cols[0].text_input(
|
| 128 |
"Chat",
|
| 129 |
-
value="
|
| 130 |
label_visibility="collapsed",
|
| 131 |
key="human_prompt",
|
| 132 |
)
|
|
|
|
| 106 |
|
| 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 |
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 |
)
|