Spaces:
Sleeping
Sleeping
Upload enhanced_connectome.html
Browse files
dvnc_ai_v2_hf/ui/enhanced_connectome.html
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div class="brain-shell panel">
|
| 2 |
+
<div class="brain-head">
|
| 3 |
+
<div>
|
| 4 |
+
<p class="eyebrow">CONNECTOME</p>
|
| 5 |
+
<h3>3D Connectome</h3>
|
| 6 |
+
<div class="brain-help">Active route pulses in orange 路 orbit to inspect</div>
|
| 7 |
+
</div>
|
| 8 |
+
</div>
|
| 9 |
+
<div id="dvnc-three-root"></div>
|
| 10 |
+
</div>
|
| 11 |
+
|
| 12 |
+
<style>
|
| 13 |
+
#app-shell .grid {
|
| 14 |
+
min-height: 100vh;
|
| 15 |
+
height: auto;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
/* Remove excessive padding causing scroll */
|
| 19 |
+
.gradio-container {
|
| 20 |
+
padding: 10px !important;
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
.hero {
|
| 24 |
+
margin-bottom: 12px !important;
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
.chat-panel {
|
| 28 |
+
min-height: 280px !important;
|
| 29 |
+
max-height: 350px;
|
| 30 |
+
overflow-y: auto;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
.brain-shell {
|
| 34 |
+
min-height: 500px;
|
| 35 |
+
height: auto;
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
#dvnc-three-root {
|
| 39 |
+
width: 100%;
|
| 40 |
+
height: 500px;
|
| 41 |
+
position: relative;
|
| 42 |
+
border-radius: 20px;
|
| 43 |
+
background: #fafbfc;
|
| 44 |
+
}
|
| 45 |
+
</style>
|