Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- app.py +16 -0
- assets/hero.png +3 -0
- assets/icon.png +3 -0
- assets/waveform.png +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
assets/hero.png filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
assets/icon.png filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
assets/waveform.png filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -506,6 +506,14 @@ with gr.Blocks(
|
|
| 506 |
css=CUSTOM_CSS,
|
| 507 |
) as demo:
|
| 508 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 509 |
gr.Markdown("""
|
| 510 |
# 🔮 TBO Oracle
|
| 511 |
|
|
@@ -576,6 +584,14 @@ despite their independence, the topology reveals the answer.
|
|
| 576 |
label="💡 Example Questions"
|
| 577 |
)
|
| 578 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 579 |
gr.Markdown("""
|
| 580 |
---
|
| 581 |
|
|
|
|
| 506 |
css=CUSTOM_CSS,
|
| 507 |
) as demo:
|
| 508 |
|
| 509 |
+
gr.HTML("""
|
| 510 |
+
<div style="text-align: center; margin-bottom: 20px;">
|
| 511 |
+
<img src="https://huggingface.co/spaces/GotThatData/TBO-Oracle/resolve/main/assets/hero.png"
|
| 512 |
+
alt="TBO Oracle"
|
| 513 |
+
style="max-width: 100%; border-radius: 16px; box-shadow: 0 20px 60px -20px rgba(16, 185, 129, 0.4);">
|
| 514 |
+
</div>
|
| 515 |
+
""")
|
| 516 |
+
|
| 517 |
gr.Markdown("""
|
| 518 |
# 🔮 TBO Oracle
|
| 519 |
|
|
|
|
| 584 |
label="💡 Example Questions"
|
| 585 |
)
|
| 586 |
|
| 587 |
+
gr.HTML("""
|
| 588 |
+
<div style="text-align: center; margin: 30px 0;">
|
| 589 |
+
<img src="https://huggingface.co/spaces/GotThatData/TBO-Oracle/resolve/main/assets/waveform.png"
|
| 590 |
+
alt="Bispectral Waveform Visualization"
|
| 591 |
+
style="max-width: 600px; width: 100%; border-radius: 12px; box-shadow: 0 10px 40px -10px rgba(139, 92, 246, 0.3);">
|
| 592 |
+
</div>
|
| 593 |
+
""")
|
| 594 |
+
|
| 595 |
gr.Markdown("""
|
| 596 |
---
|
| 597 |
|
assets/hero.png
ADDED
|
Git LFS Details
|
assets/icon.png
ADDED
|
|
Git LFS Details
|
assets/waveform.png
ADDED
|
Git LFS Details
|