Spaces:
Sleeping
Sleeping
Commit ·
3d4e00e
1
Parent(s): 94cbea0
Rename app from SatDetect to AI Change Detection
Browse files- README.md +1 -1
- static/css/style.css +1 -1
- templates/index.html +6 -6
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🛰️
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: green
|
|
|
|
| 1 |
---
|
| 2 |
+
title: AI Change Detection
|
| 3 |
emoji: 🛰️
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: green
|
static/css/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
/*
|
| 2 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');
|
| 3 |
|
| 4 |
:root {
|
|
|
|
| 1 |
+
/* AI Change Detection — Gradient theme (#2e33c5 → #cf2040) */
|
| 2 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');
|
| 3 |
|
| 4 |
:root {
|
templates/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
-
<title>
|
| 7 |
<link rel="stylesheet" href="/static/css/style.css" />
|
| 8 |
</head>
|
| 9 |
<body>
|
|
@@ -15,7 +15,7 @@
|
|
| 15 |
<div class="auth-logo-icon">
|
| 16 |
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M2 12h20"/><path d="M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z"/></svg>
|
| 17 |
</div>
|
| 18 |
-
<span>
|
| 19 |
</div>
|
| 20 |
<div class="card">
|
| 21 |
<h2>Welcome back</h2>
|
|
@@ -52,7 +52,7 @@
|
|
| 52 |
<div class="auth-logo-icon">
|
| 53 |
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M2 12h20"/><path d="M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z"/></svg>
|
| 54 |
</div>
|
| 55 |
-
<span>
|
| 56 |
</div>
|
| 57 |
<div class="card">
|
| 58 |
<h2>Create account</h2>
|
|
@@ -92,7 +92,7 @@
|
|
| 92 |
<div class="auth-logo-icon">
|
| 93 |
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M2 12h20"/><path d="M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z"/></svg>
|
| 94 |
</div>
|
| 95 |
-
<span>
|
| 96 |
</div>
|
| 97 |
<div class="card">
|
| 98 |
<div class="forgot-header-icon">
|
|
@@ -135,7 +135,7 @@
|
|
| 135 |
<nav class="nav">
|
| 136 |
<div class="nav-brand">
|
| 137 |
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--grad-start)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M2 12h20"/><path d="M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z"/></svg>
|
| 138 |
-
<span>
|
| 139 |
</div>
|
| 140 |
<div class="nav-user">
|
| 141 |
<button type="button" class="nav-avatar" id="btn-avatar" aria-label="Account menu">
|
|
@@ -274,7 +274,7 @@
|
|
| 274 |
</div>
|
| 275 |
|
| 276 |
<footer class="app-footer">
|
| 277 |
-
<p>
|
| 278 |
</footer>
|
| 279 |
</section>
|
| 280 |
</div>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
+
<title>AI Change Detection</title>
|
| 7 |
<link rel="stylesheet" href="/static/css/style.css" />
|
| 8 |
</head>
|
| 9 |
<body>
|
|
|
|
| 15 |
<div class="auth-logo-icon">
|
| 16 |
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M2 12h20"/><path d="M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z"/></svg>
|
| 17 |
</div>
|
| 18 |
+
<span>AI Change Detection</span>
|
| 19 |
</div>
|
| 20 |
<div class="card">
|
| 21 |
<h2>Welcome back</h2>
|
|
|
|
| 52 |
<div class="auth-logo-icon">
|
| 53 |
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M2 12h20"/><path d="M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z"/></svg>
|
| 54 |
</div>
|
| 55 |
+
<span>AI Change Detection</span>
|
| 56 |
</div>
|
| 57 |
<div class="card">
|
| 58 |
<h2>Create account</h2>
|
|
|
|
| 92 |
<div class="auth-logo-icon">
|
| 93 |
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M2 12h20"/><path d="M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z"/></svg>
|
| 94 |
</div>
|
| 95 |
+
<span>AI Change Detection</span>
|
| 96 |
</div>
|
| 97 |
<div class="card">
|
| 98 |
<div class="forgot-header-icon">
|
|
|
|
| 135 |
<nav class="nav">
|
| 136 |
<div class="nav-brand">
|
| 137 |
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--grad-start)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M2 12h20"/><path d="M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z"/></svg>
|
| 138 |
+
<span>AI Change Detection</span>
|
| 139 |
</div>
|
| 140 |
<div class="nav-user">
|
| 141 |
<button type="button" class="nav-avatar" id="btn-avatar" aria-label="Account menu">
|
|
|
|
| 274 |
</div>
|
| 275 |
|
| 276 |
<footer class="app-footer">
|
| 277 |
+
<p>AI Change Detection · Powered by multi-signal fusion analysis</p>
|
| 278 |
</footer>
|
| 279 |
</section>
|
| 280 |
</div>
|