bagbreizh commited on
Commit
337f2d5
·
1 Parent(s): 5739ac6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -61,9 +61,8 @@ def evaluate_readme(readme_content: str, user_prompt: str):
61
  def main():
62
 
63
 
64
- st.title("Dataset Card Evaluator")
65
-
66
- # Dataset name input
67
  dataset_name = st.text_input("Path to HF Dataset (e.g., amirveyseh/acronym_identification)")
68
 
69
  if dataset_name:
 
61
  def main():
62
 
63
 
64
+ st.title("Legal Audit of Dataset Cards")
65
+ st.write("This Space provides an automated tool for auditing dataset cards from a legal perspective.It evaluates dataset documentation based on key legal criteria, such as compliance with data privacy regulations, ethical considerations, and transparency of information.")
 
66
  dataset_name = st.text_input("Path to HF Dataset (e.g., amirveyseh/acronym_identification)")
67
 
68
  if dataset_name: