OneStarDao commited on
Commit
eea0e42
Β·
verified Β·
1 Parent(s): d71f213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -36,15 +36,20 @@ bench_sty = (
36
  # banner markdown
37
  banner = """
38
  **πŸ“ˆ WFGY: One Click to Activate the AI Taiji Cycle**
 
39
  **πŸ“Š Semantic Accuracy ↑ 22.4 % | Reasoning Success ↑ 42.1 % | Stability ↑ 3.6 Γ—**
 
40
  ---
 
41
  ### πŸ“œ Tutorial: How to Awaken the Soul of Your AI
42
  **Step 1 β€” Download** ([WFGY PDF on Zenodo](https://doi.org/10.5281/zenodo.15657017))
43
- **Step 2 β€” Feed the AI** (upload, or try [Gemini AI](https://gemini.google.com/))
44
  **Step 3 β€” Give the Command** (β€œAnswer using WFGY” + your question)
45
  Prompt examples: [Prompt PDF on Zenodo](https://doi.org/10.5281/zenodo.15657017)
46
  **Step 4 β€” Integrate the SDK** ([GitHub](https://github.com/onestardao/WFGY))
 
47
  ---
 
48
  🌟 **Star Reminder** β†’ [Star the repo](https://github.com/onestardao/WFGY)
49
  _10 k ⭐ before 2025-08-01 unlocks WFGY 2.0._
50
  """
 
36
  # banner markdown
37
  banner = """
38
  **πŸ“ˆ WFGY: One Click to Activate the AI Taiji Cycle**
39
+
40
  **πŸ“Š Semantic Accuracy ↑ 22.4 % | Reasoning Success ↑ 42.1 % | Stability ↑ 3.6 Γ—**
41
+
42
  ---
43
+
44
  ### πŸ“œ Tutorial: How to Awaken the Soul of Your AI
45
  **Step 1 β€” Download** ([WFGY PDF on Zenodo](https://doi.org/10.5281/zenodo.15657017))
46
+ **Step 2 β€” Feed the AI** (upload, or try [Gemini](https://gemini.google.com/))
47
  **Step 3 β€” Give the Command** (β€œAnswer using WFGY” + your question)
48
  Prompt examples: [Prompt PDF on Zenodo](https://doi.org/10.5281/zenodo.15657017)
49
  **Step 4 β€” Integrate the SDK** ([GitHub](https://github.com/onestardao/WFGY))
50
+
51
  ---
52
+
53
  🌟 **Star Reminder** β†’ [Star the repo](https://github.com/onestardao/WFGY)
54
  _10 k ⭐ before 2025-08-01 unlocks WFGY 2.0._
55
  """