jbilcke-hf HF staff commited on
Commit
b6060f3
1 Parent(s): 99dcdd2

clarification

Browse files
src/app/views/report-modal/index.tsx CHANGED
@@ -39,7 +39,7 @@ export function ReportModal({
39
  </DialogHeader>
40
 
41
  <div className="flex flex-col w-full space-y-4">
42
- <p className="text-sm">If you believe there is an issue with the prompt, you can ask the author to remove it or change its prompt, by creating a pull request explaining why:</p>
43
 
44
  <div className="flex flex-row py-2">
45
  {video && video.id ? <ActionButton
@@ -53,13 +53,17 @@ export function ReportModal({
53
  }.md`
54
  }
55
  >
56
- <span>Request author for prompt removal</span>
57
  </ActionButton>
58
  : null}
59
  </div>
60
 
61
  <p className="text-sm">
62
- If the prompt is in violation of <a href="https://huggingface.co/content-guidelines" target="_blank">our content guidelines</a>,
 
 
 
 
63
  you can flag the channel from the Hugging Face dataset page:
64
  </p>
65
 
 
39
  </DialogHeader>
40
 
41
  <div className="flex flex-col w-full space-y-4">
42
+ <p className="text-sm">If you believe there is an issue with a content, you can ask the author to remove it, by creating a pull request explaining why:</p>
43
 
44
  <div className="flex flex-row py-2">
45
  {video && video.id ? <ActionButton
 
53
  }.md`
54
  }
55
  >
56
+ <span>Request author for content removal</span>
57
  </ActionButton>
58
  : null}
59
  </div>
60
 
61
  <p className="text-sm">
62
+ Note: it may take some time for the AiTube robot to synchronize and delete the video.
63
+ </p>
64
+
65
+ <p className="text-sm">
66
+ If the content is in violation of <a href="https://huggingface.co/content-guidelines" target="_blank">our content guidelines</a>,
67
  you can flag the channel from the Hugging Face dataset page:
68
  </p>
69