rvalia commited on
Commit
05e2083
1 Parent(s): ba251ba

Update app/templates/general_pages/index.html

Browse files
app/templates/general_pages/index.html CHANGED
@@ -2,16 +2,6 @@
2
  <html lang="en">
3
 
4
  <head>
5
-
6
- <!-- Google tag (gtag.js) -->
7
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-FTTNT05SXS"></script>
8
- <script>
9
- window.dataLayer = window.dataLayer || [];
10
- function gtag(){dataLayer.push(arguments);}
11
- gtag('js', new Date());
12
-
13
- gtag('config', 'G-FTTNT05SXS');
14
- </script>
15
 
16
  <meta charset="utf-8" />
17
  <link rel="icon" href="/favicon.ico" />
@@ -58,15 +48,11 @@
58
  <br>
59
  <br>
60
  <center> <p> Large language Models Vulnerability Report. See the Risks of Public models like OpenAI</p>
61
- <a href="https://tumeryk.com/vulnerability-report">View Vulnerability Report</a>
62
  <br>
63
  <br>
64
  </center>
65
- <p><BR><center> <B>Demo</B>
66
- </center>
67
- </p>
68
-
69
- <center>
70
  <video width="640" height="360" controls>
71
  <source src="https://huggingface.co/spaces/Tumeryk-Inc/model-security/resolve/main/app/static/media/mag_demo.mp4" type="video/mp4">
72
  Your browser does not support the video tag.
 
2
  <html lang="en">
3
 
4
  <head>
 
 
 
 
 
 
 
 
 
 
5
 
6
  <meta charset="utf-8" />
7
  <link rel="icon" href="/favicon.ico" />
 
48
  <br>
49
  <br>
50
  <center> <p> Large language Models Vulnerability Report. See the Risks of Public models like OpenAI</p>
51
+ <a href="https://tumeryk.com/vulnerability-report">View Vulnerability Report</a>
52
  <br>
53
  <br>
54
  </center>
55
+ <BR><center> <B>Demo</B>
 
 
 
 
56
  <video width="640" height="360" controls>
57
  <source src="https://huggingface.co/spaces/Tumeryk-Inc/model-security/resolve/main/app/static/media/mag_demo.mp4" type="video/mp4">
58
  Your browser does not support the video tag.