maxschulz-COL antonymilne commited on
Commit
b22cca7
1 Parent(s): 7b96daa

Update components.py (#2)

Browse files

- Update components.py (8b57c34073aab6fd92cc0601b08143442ce79b4d)


Co-authored-by: Antony Milne <[email protected]>

Files changed (1) hide show
  1. components.py +3 -3
components.py CHANGED
@@ -133,10 +133,10 @@ This space is hosted publicly running one server in a single container. Further
133
  cannot guarantee the security of your data. In addition it sends the user query and the data to the chosen LLM vendor API. This is not an exhaustive list.
134
 
135
  #### Alternatives:
136
- If sending your query and data to a LLM is acceptable, you can pull and run this image locally. This will avoid sharing
137
- an instance with others. You can do so by clicking the three dots in the top right of the HuggingFace banner and click `Run with Docker`.
138
 
139
- Always exercise caution when sharing data online and understand your responsibilities regarding data privacy and security.```
140
  """
141
  )
142
  ),
 
133
  cannot guarantee the security of your data. In addition it sends the user query and the data to the chosen LLM vendor API. This is not an exhaustive list.
134
 
135
  #### Alternatives:
136
+ If sending your query and data to a LLM is acceptable, you can [pull and run this image locally](?docker=true). This will avoid sharing
137
+ an instance with others.
138
 
139
+ Always exercise caution when sharing data online and understand your responsibilities regarding data privacy and security.
140
  """
141
  )
142
  ),