Spaces:
Running
Running
feat: updated readme and the app heading.
Browse files- README.md +3 -3
- src/insurance_assistants/consts.py +1 -1
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
title: Multi
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: indigo
|
6 |
sdk: docker
|
7 |
app_port: 7860
|
8 |
-
pinned:
|
9 |
license: mit
|
10 |
-
short_description:
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Multi-agent Health Insurance Policy Expert
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: indigo
|
6 |
sdk: docker
|
7 |
app_port: 7860
|
8 |
+
pinned: true
|
9 |
license: mit
|
10 |
+
short_description: Multi-agent Health Insurance Policy Expert
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
src/insurance_assistants/consts.py
CHANGED
@@ -12,7 +12,7 @@ Answer in the same language as the query.
|
|
12 |
|
13 |
"""
|
14 |
|
15 |
-
PRIMARY_HEADING = """# Multi-agent Health Insurance
|
16 |
#### This agent answers health insurance related questions from pre-ingested set \
|
17 |
of health insurance documents, search wikipedia, search the web \
|
18 |
and execute basic python code. \
|
|
|
12 |
|
13 |
"""
|
14 |
|
15 |
+
PRIMARY_HEADING = """# Multi-agent Health Insurance Policy Expert
|
16 |
#### This agent answers health insurance related questions from pre-ingested set \
|
17 |
of health insurance documents, search wikipedia, search the web \
|
18 |
and execute basic python code. \
|