GotThatData commited on
Commit
aba4571
·
verified ·
1 Parent(s): 9fdf32e

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. .gitattributes +3 -0
  2. app.py +16 -0
  3. assets/hero.png +3 -0
  4. assets/icon.png +3 -0
  5. 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

  • SHA256: eb9631b921a18ee9cd6ca6145f813c7d57af77600d3e51129ac0c1936d167bd7
  • Pointer size: 132 Bytes
  • Size of remote file: 6.14 MB
assets/icon.png ADDED

Git LFS Details

  • SHA256: 11d5c65cd1935053e051af122440b1104add17cfc2a2e4f252b46e2c90a6d8ae
  • Pointer size: 131 Bytes
  • Size of remote file: 900 kB
assets/waveform.png ADDED

Git LFS Details

  • SHA256: 0e694f69cc4e64e2247e06457e098599e060abdd78838325b4cec36aa3cf8af4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB