yhraje commited on
Commit
51af865
·
verified ·
1 Parent(s): f9086ae

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +18 -19
index.html CHANGED
@@ -1,19 +1,18 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
1
+ <html>
2
+
3
+ <body>
4
+ <h1> Awareness for Digital Personal Data Protection (DPDP) Act </h1>
5
+ <script
6
+ src="https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@v1.0.7/dist/build/static/js/bundle.min.js">
7
+ </script>
8
+ <langflow-chat
9
+ window_title="DPDP Act Awareness "
10
+ flow_id="2d3d0bcb-3e47-4a2f-9702-acd779d2d7fa"
11
+ host_url="http://localhost:7860">
12
+ </langflow-chat>
13
+
14
+
15
+ </body>
16
+
17
+ </html>
18
+