kshitijthakkar commited on
Commit
8b1f39c
·
1 Parent(s): 0f82736

Add TraceVerse ecosystem logo to README and documentation screen

Browse files
Files changed (2) hide show
  1. README.md +3 -0
  2. screens/documentation.py +3 -0
README.md CHANGED
@@ -20,6 +20,9 @@ tags:
20
  # 🧠 TraceMind-AI
21
 
22
  <p align="center">
 
 
 
23
  <img src="https://raw.githubusercontent.com/Mandark-droid/TraceMind-AI/assets/Logo.png" alt="TraceMind-AI Logo" width="200"/>
24
  </p>
25
 
 
20
  # 🧠 TraceMind-AI
21
 
22
  <p align="center">
23
+ <img src="https://raw.githubusercontent.com/Mandark-droid/TraceMind-AI/assets/TraceVerse_Logo.png" alt="TraceVerse Ecosystem" width="400"/>
24
+ <br/>
25
+ <br/>
26
  <img src="https://raw.githubusercontent.com/Mandark-droid/TraceMind-AI/assets/Logo.png" alt="TraceMind-AI Logo" width="200"/>
27
  </p>
28
 
screens/documentation.py CHANGED
@@ -12,6 +12,9 @@ def create_about_tab():
12
  # 🧠 TraceMind Ecosystem
13
 
14
  <div align="center">
 
 
 
15
  <img src="https://raw.githubusercontent.com/Mandark-droid/TraceMind-AI/assets/Logo.png" alt="TraceMind Logo" width="300"/>
16
  </div>
17
 
 
12
  # 🧠 TraceMind Ecosystem
13
 
14
  <div align="center">
15
+ <img src="https://raw.githubusercontent.com/Mandark-droid/TraceMind-AI/assets/TraceVerse_Logo.png" alt="TraceVerse Ecosystem" width="400"/>
16
+ <br/>
17
+ <br/>
18
  <img src="https://raw.githubusercontent.com/Mandark-droid/TraceMind-AI/assets/Logo.png" alt="TraceMind Logo" width="300"/>
19
  </div>
20