HemanM commited on
Commit
fc4c293
Β·
verified Β·
1 Parent(s): f97c4f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -0
app.py CHANGED
@@ -80,6 +80,27 @@ def handle_feedback(goal, sol1, sol2, winner):
80
  return f"❌ Failed to log: {e}"
81
 
82
  with gr.Blocks(title="EvoTransformer v2.1 – Compare Options and Learn") as demo:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  gr.Markdown("## 🧠 EvoTransformer v2.1 – Compare Options and Learn")
84
 
85
  with gr.Row():
 
80
  return f"❌ Failed to log: {e}"
81
 
82
  with gr.Blocks(title="EvoTransformer v2.1 – Compare Options and Learn") as demo:
83
+ gr.Markdown("""
84
+ # πŸ€– EvoTransformer v2.1
85
+ *Built Different. Learns Live.*
86
+
87
+ ### 🧬 Why EvoTransformer is Special
88
+
89
+ Unlike traditional AI models that are fixed once deployed, **EvoTransformer evolves**.
90
+
91
+ - βœ… Learns from **real-time feedback**
92
+ - βœ… **Retrains** on your input (every time you click β€œβ™»οΈ Retrain”)
93
+ - βœ… Tracks its **own architecture and accuracy** as it grows
94
+ - βœ… Competes with **GPT-3.5** on real reasoning tasks
95
+ - βœ… Runs light β€” only ~13M parameters
96
+
97
+ This isn't just a chatbot. It's a living AI experiment.
98
+ Every interaction makes it smarter. You're shaping it.
99
+
100
+ ---
101
+ """)
102
+
103
+
104
  gr.Markdown("## 🧠 EvoTransformer v2.1 – Compare Options and Learn")
105
 
106
  with gr.Row():