Spaces:
Running
Running
Fix link to pull docker image
#3
by
antonymilne
- opened
- assets/custom_css.css +4 -0
- components.py +1 -1
assets/custom_css.css
CHANGED
@@ -157,3 +157,7 @@
|
|
157 |
position: fixed;
|
158 |
width: 100%;
|
159 |
}
|
|
|
|
|
|
|
|
|
|
157 |
position: fixed;
|
158 |
width: 100%;
|
159 |
}
|
160 |
+
|
161 |
+
p a {
|
162 |
+
font-size: inherit;
|
163 |
+
}
|
components.py
CHANGED
@@ -133,7 +133,7 @@ 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](?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.
|
|
|
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](https://huggingface.co/spaces/maxschulz-COL/vizro-ai-UI?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.
|