SCBconsulting commited on
Commit
04f4cf0
·
verified ·
1 Parent(s): 5963b94

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +33 -18
index.html CHANGED
@@ -1,19 +1,34 @@
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
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>SYNCLM - Visual Demo</title>
6
+ <style>
7
+ body {
8
+ font-family: sans-serif;
9
+ background-color: #f5f5f5;
10
+ text-align: center;
11
+ }
12
+ h1 {
13
+ color: #2c3e50;
14
+ }
15
+ img {
16
+ max-width: 90%;
17
+ height: auto;
18
+ margin: 20px 0;
19
+ box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
20
+ border-radius: 8px;
21
+ }
22
+ </style>
23
+ </head>
24
+ <body>
25
+ <h1>SYNCLM - Visual Demo</h1>
26
+ <p>Powered by SCB Consulting | AI-Powered CLM Intelligence</p>
27
+
28
+ <img src="SYNCLM - Dashboard.png" alt="Dashboard">
29
+ <img src="SYNCLM_AI Generated Summary.png" alt="Summary">
30
+ <img src="SYNCLM_Flagged Clauses.png" alt="Flagged Clauses">
31
+ <img src="SYNCLM_AI-Powered Insights.png" alt="Insights">
32
+ <img src="SYNCLM_Automatically Tagged.png" alt="Tags">
33
+ </body>
34
  </html>