yjernite HF Staff commited on
Commit
2a236ed
Β·
verified Β·
1 Parent(s): 6c5f4e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -485,10 +485,10 @@ def load_cached_list():
485
  TITLE = "<div style='text-align: center;'><h1>πŸ€— Space Privacy Analyzer πŸ•΅οΈ</h1></div>\n<div style='text-align: center;'><h4>Automatic code Data transfer review powered by <a href='https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct' target='_blank'>Qwen2.5-Coder-32B-Instruct</a></h4></div>"
486
 
487
  DESCRIPTION = """
488
- ### Check the Privacy of a Hugging Face Space
489
 
490
- [Hugging Face πŸ€— Spaces](https://huggingface.co/spaces) offer a convenient way to build and share code demos online.
491
- In most cases, the code for these demos is open source &mdash; which provides a unique opportunity to **examine how privacy is managed** in the demo.
492
 
493
  This demo leverages a code analysis model ([Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct)) to help explore privacy questions in two steps:
494
  1. Obtain and **parse the code** of a Space to identify data inputs, AI model use, API calls, and data transfer behavior.
 
485
  TITLE = "<div style='text-align: center;'><h1>πŸ€— Space Privacy Analyzer πŸ•΅οΈ</h1></div>\n<div style='text-align: center;'><h4>Automatic code Data transfer review powered by <a href='https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct' target='_blank'>Qwen2.5-Coder-32B-Instruct</a></h4></div>"
486
 
487
  DESCRIPTION = """
488
+ ### Hugging Face πŸ€— Space - Privacy & Data Check
489
 
490
+ [Hugging Face πŸ€— Spaces](https://huggingface.co/spaces) offer a convenient way to build and share code demos online; especially leveraging and exploring AI systems.
491
+ In most cases, the code for these demos is open source &mdash; which provides a unique opportunity to **examine how privacy and data transfers are managed**.
492
 
493
  This demo leverages a code analysis model ([Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct)) to help explore privacy questions in two steps:
494
  1. Obtain and **parse the code** of a Space to identify data inputs, AI model use, API calls, and data transfer behavior.