virajdeshwal commited on
Commit
adb0805
Β·
1 Parent(s): cab87a5

update:app

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- Tejas: Consciousness-Aligned Framework for Machine Intelligence
3
  Gradio Demo Interface
4
  """
5
 
@@ -253,9 +253,9 @@ class TejasDemoApp:
253
  app = TejasDemoApp()
254
 
255
  # Create Gradio interface
256
- with gr.Blocks(title="Tejas: Consciousness-Aligned Search", theme=gr.themes.Base()) as demo:
257
  gr.Markdown("""
258
- # Tejas: Consciousness-Aligned Framework for Machine Intelligence
259
 
260
 
261
  ~1.2ms query encoding with ~4M pattern comparisons/sec on single CPU core(current system)
@@ -429,14 +429,14 @@ with gr.Blocks(title="Tejas: Consciousness-Aligned Search", theme=gr.themes.Base
429
  - πŸ§‘β€πŸ’» [Author: Viraj Deshwal](https://github.com/virajdeshwal)
430
 
431
  ---
432
- *Built with consciousness-aligned principles for ultra-fast pattern recognition*
433
  """)
434
 
435
  # Footer
436
  gr.Markdown("""
437
  ---
438
  <div style='text-align: center; color: #666;'>
439
- <p>Tejas: Where consciousness meets computation β€’ GPL-3.0 License</p>
440
  </div>
441
  """)
442
 
 
1
  """
2
+ Tejas: Physics-First Machine Intelligence
3
  Gradio Demo Interface
4
  """
5
 
 
253
  app = TejasDemoApp()
254
 
255
  # Create Gradio interface
256
+ with gr.Blocks(title="Tejas: Physics-First Machine Intelligence", theme=gr.themes.Base()) as demo:
257
  gr.Markdown("""
258
+ # Tejas: Quantum-Physics Inspired Framework For Machine Intelligence
259
 
260
 
261
  ~1.2ms query encoding with ~4M pattern comparisons/sec on single CPU core(current system)
 
429
  - πŸ§‘β€πŸ’» [Author: Viraj Deshwal](https://github.com/virajdeshwal)
430
 
431
  ---
432
+ *Built with Physics first principles.*
433
  """)
434
 
435
  # Footer
436
  gr.Markdown("""
437
  ---
438
  <div style='text-align: center; color: #666;'>
439
+ <p>Tejas: Where physics meets computation β€’ GPL-3.0 License</p>
440
  </div>
441
  """)
442