Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>SYNCLM - Visual Demo</title> | |
<style> | |
body { | |
font-family: sans-serif; | |
background-color: #f5f5f5; | |
text-align: center; | |
} | |
h1 { | |
color: #2c3e50; | |
} | |
img { | |
max-width: 90%; | |
height: auto; | |
margin: 20px 0; | |
box-shadow: 0px 2px 10px rgba(0,0,0,0.1); | |
border-radius: 8px; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>SYNCLM - Visual Demo</h1> | |
<p>Powered by SCB Consulting | AI-Powered CLM Intelligence</p> | |
<img src="SYNCLM - Dashboard.png" alt="Dashboard"> | |
<img src="SYNCLM_AI Generated Summary.png" alt="Summary"> | |
<img src="SYNCLM_Flagged Clauses.png" alt="Flagged Clauses"> | |
<img src="SYNCLM_AI-Powered Insights.png" alt="Insights"> | |
<img src="SYNCLM_Automatically Tagged.png" alt="Tags"> | |
</body> | |
</html> | |