Shamik commited on
Commit
70579ee
Β·
verified Β·
1 Parent(s): 48e356b

feat: updated readme and the app heading.

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. src/insurance_assistants/consts.py +1 -1
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- title: Multi Agent Rag
3
  emoji: πŸ†
4
  colorFrom: indigo
5
  colorTo: indigo
6
  sdk: docker
7
  app_port: 7860
8
- pinned: false
9
  license: mit
10
- short_description: A multi-agent RAG
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 Advisor
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. \