MatverseHub commited on
Commit
69debd3
·
verified ·
1 Parent(s): 90115c9

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +6 -9
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import gradio as gr
2
 
3
  def display_info():
@@ -6,22 +7,19 @@ def display_info():
6
  ---
7
  ### Core Information
8
  **Canonical Hash (SHA-256):**
9
- `a259d8c5b0a37c4f5460ad64917ab6f625626196f334ee8a5b85ecff53451981`
10
 
11
  **Scientific DOI (Zenodo):**
12
- [10.5281/zenodo.18828810](https://doi.org/10.5281/zenodo.18828810)
13
-
14
- **Sepolia Transaction:**
15
- `0xe7a1b29fda4f6de438bba8722b1f80be267f8cf4c7c685143cdb89c54ea62a1d`
16
 
17
- **Contract Address:**
18
- `0x2F859c878b99e4d94495a781cC9833E242077faF`
19
 
20
  ---
21
  ### Architecture
22
  - **MNB**: Mem-Nano-Bit (Minimal Unit of Memory)
23
  - **COER**: Coherence Engine
24
- - ****: Security² (Meta-Security)
25
 
26
  *This space serves as a public proof of the existence and integrity of the symbiOS kernel.*
27
  """
@@ -30,4 +28,3 @@ with gr.Blocks() as demo:
30
  gr.Markdown(display_info())
31
 
32
  demo.launch()
33
-
 
1
+
2
  import gradio as gr
3
 
4
  def display_info():
 
7
  ---
8
  ### Core Information
9
  **Canonical Hash (SHA-256):**
10
+ `c3d21ab5e3d8e0cc6bc226eff63378aff035c3688eca28bde89df3acddc66d4c`
11
 
12
  **Scientific DOI (Zenodo):**
13
+ [https://doi.org/10.5281/zenodo.19445978](https://doi.org/10.5281/zenodo.19445978)
 
 
 
14
 
15
+ **Public Dataset (Hugging Face):**
16
+ [https://huggingface.co/datasets/MatverseHub/symbios-core-dataset](https://huggingface.co/datasets/MatverseHub/symbios-core-dataset)
17
 
18
  ---
19
  ### Architecture
20
  - **MNB**: Mem-Nano-Bit (Minimal Unit of Memory)
21
  - **COER**: Coherence Engine
22
+ - **S2**: Security2 (Meta-Security)
23
 
24
  *This space serves as a public proof of the existence and integrity of the symbiOS kernel.*
25
  """
 
28
  gr.Markdown(display_info())
29
 
30
  demo.launch()