Spaces:
Runtime error
Runtime error
Update app/templates/general_pages/index.html
Browse files
app/templates/general_pages/index.html
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<!-- <meta name="description" content="Web site created using create-react-app"/> -->
|
10 |
<link rel="apple-touch-icon" href="/logo192.png" />
|
11 |
<!-- <link rel="manifest" href="/manifest.json"/> -->
|
12 |
-
<!-- <title>
|
13 |
<!-- <script defer="defer" src="/static/js/main.5f0c332d.js"></script> -->
|
14 |
<link href="/static/css/main.47bafb87.css" rel="stylesheet">
|
15 |
</head>
|
@@ -19,19 +19,23 @@
|
|
19 |
<div id="root"></div>
|
20 |
|
21 |
<center>
|
22 |
-
<a target='_blank' href="https://mag.tmryk.com"
|
23 |
-
|
|
|
24 |
</center>
|
25 |
|
26 |
<p>
|
27 |
<center>
|
28 |
-
<a target='_blank' href="https://mag.tmryk.com" style="
|
29 |
-
against adversarial attacks<br>Click Here
|
|
|
30 |
</center>
|
31 |
</p>
|
32 |
|
33 |
-
|
34 |
-
<p
|
|
|
|
|
35 |
<p>
|
36 |
<center>
|
37 |
AI applications expose the business to new security attack vectors. Tumeryk secures in-house and third-party ML,
|
@@ -40,6 +44,12 @@
|
|
40 |
models resulting in loss of data, incorrect prediction/classification, and/or model theft.
|
41 |
</center>
|
42 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
</body>
|
44 |
|
45 |
</html>
|
|
|
9 |
<!-- <meta name="description" content="Web site created using create-react-app"/> -->
|
10 |
<link rel="apple-touch-icon" href="/logo192.png" />
|
11 |
<!-- <link rel="manifest" href="/manifest.json"/> -->
|
12 |
+
<!-- <title>React App</title> -->
|
13 |
<!-- <script defer="defer" src="/static/js/main.5f0c332d.js"></script> -->
|
14 |
<link href="/static/css/main.47bafb87.css" rel="stylesheet">
|
15 |
</head>
|
|
|
19 |
<div id="root"></div>
|
20 |
|
21 |
<center>
|
22 |
+
<a target='_blank' href="https://mag.tmryk.com" style="color: blue;"> <!-- Change text color to blue -->
|
23 |
+
<img src="/static/images/tmryk-logo-small.png" alt="Logo" class="logo" width="300">
|
24 |
+
</a>
|
25 |
</center>
|
26 |
|
27 |
<p>
|
28 |
<center>
|
29 |
+
<a target='_blank' href="https://mag.tmryk.com" style="color: blue;"> <!-- Change text color to blue -->
|
30 |
+
Test your model performance against adversarial attacks<br><br>Click Here
|
31 |
+
</a>
|
32 |
</center>
|
33 |
</p>
|
34 |
|
35 |
+
<!-- Adding two rows of space -->
|
36 |
+
<p><br></p>
|
37 |
+
<p><br></p>
|
38 |
+
|
39 |
<p>
|
40 |
<center>
|
41 |
AI applications expose the business to new security attack vectors. Tumeryk secures in-house and third-party ML,
|
|
|
44 |
models resulting in loss of data, incorrect prediction/classification, and/or model theft.
|
45 |
</center>
|
46 |
</p>
|
47 |
+
|
48 |
+
<!-- Embedded QuickTime video -->
|
49 |
+
<center>
|
50 |
+
<embed src="path/to/your/video.mov" width="640" height="360" controller="true" autoplay="false"
|
51 |
+
loop="false" scale="tofit">
|
52 |
+
</center>
|
53 |
</body>
|
54 |
|
55 |
</html>
|