Spaces:
Running
Running
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>AIservices</title> | |
<link rel="stylesheet" href="/static/hellopageStyle.css"> | |
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap" rel="stylesheet"> | |
<link href="https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;700&display=swap" rel="stylesheet"> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> | |
</head> | |
<body> | |
<div class="titre"> | |
<p>AI-Powered documents and images analyse services</p> | |
</div> | |
<div class="robotimage"> | |
<img src="/resources/Hello.png" alt=""> | |
</div> | |
<div class="description"> | |
<p>Hi there! I’m Aidan, your AI assistant. I Read Files So You Don't Have To!. Here’s how I can help</p> | |
</div> | |
<div class="services"> | |
<div class="SC"> | |
<p class="service_titre">Document & Image Analysis</p> | |
<span>Let me be your quick-study assistant ,upload documents or images for instant summaries, clear visual interpretations</span> | |
<p class="tryme">try it now</p> | |
</div> | |
<div class="QA"> | |
<p class="service_titre">Intelligent Q&A on Files & Images</p> | |
<span>Got questions? Just upload your documents or images, and let me provide you with smart, instant answers!</span> | |
<p class="tryme">Ask me now</p> | |
</div> | |
</div> | |
<script src="/static/hellopagejs.js"></script> | |
</body> | |
</html> | |