xyizko commited on
Commit
0a0bc40
·
verified ·
1 Parent(s): 739fec4

xyizko - Fixes

Browse files

xyizko - Fix and Update Introduction Tab

Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +5 -1
README.md CHANGED
@@ -7,7 +7,7 @@ colorTo: indigo
7
  sdk: gradio
8
  sdk_version: 5.33.0
9
  app_file: app.py
10
- pinned: false
11
  tags:
12
  - mcp-server-track
13
  - agent-demo-track
 
7
  sdk: gradio
8
  sdk_version: 5.33.0
9
  app_file: app.py
10
+ pinned: true
11
  tags:
12
  - mcp-server-track
13
  - agent-demo-track
app.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
  # /////////////////////////////////////////////
3
  # Xyizko - MCH Hackathon 2025 Skeleton
4
- # - This will be updated continuously as progress thought he project
5
  # /////////////////////////////////////////////
6
 
7
  # --- Imports Section ---
@@ -38,6 +38,9 @@ def app_intro():
38
  3. ✅ Smart Contract Upload & Analysis System
39
  4. AI-Powered Vulnerability Detection
40
  5. ✅ Downloadable Analysis Reports
 
 
 
41
 
42
  ### About Author
43
  1. X - https://x.com/xyizko
@@ -316,6 +319,7 @@ This automated analysis is for informational purposes only. Always conduct thoro
316
  )
317
 
318
 
 
319
  # --- Main Demo UI Function ---
320
  with gr.Blocks(theme=gr.themes.Ocean(), title="Xyizko - Smart Contract Analyzer") as demo:
321
 
 
1
 
2
  # /////////////////////////////////////////////
3
  # Xyizko - MCH Hackathon 2025 Skeleton
4
+ # x.com/xyizko
5
  # /////////////////////////////////////////////
6
 
7
  # --- Imports Section ---
 
38
  3. ✅ Smart Contract Upload & Analysis System
39
  4. AI-Powered Vulnerability Detection
40
  5. ✅ Downloadable Analysis Reports
41
+ > Changelog - Fri Jun 6 05:38:29 PM UTC 2025
42
+ 1. Fix Introduction Tab Text
43
+ 2. Fix `app.py`
44
 
45
  ### About Author
46
  1. X - https://x.com/xyizko
 
319
  )
320
 
321
 
322
+ # /////////////////////////////////////////////////////////////////////////////////
323
  # --- Main Demo UI Function ---
324
  with gr.Blocks(theme=gr.themes.Ocean(), title="Xyizko - Smart Contract Analyzer") as demo:
325