Spaces:
Sleeping
Sleeping
Upload 5 files
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
"""
|
| 2 |
-
|
| 3 |
See AI thinking. From neural networks to transformers.
|
| 4 |
"""
|
| 5 |
|
|
@@ -287,11 +287,11 @@ custom_css = """
|
|
| 287 |
}
|
| 288 |
"""
|
| 289 |
|
| 290 |
-
with gr.Blocks(title="
|
| 291 |
|
| 292 |
gr.HTML("""
|
| 293 |
<div class="header">
|
| 294 |
-
<h1>
|
| 295 |
<p>See AI thinking. Interactive visualizations from basics to cutting edge.</p>
|
| 296 |
</div>
|
| 297 |
""")
|
|
|
|
| 1 |
"""
|
| 2 |
+
AI Learning Playground - Interactive AI Concept Visualizations
|
| 3 |
See AI thinking. From neural networks to transformers.
|
| 4 |
"""
|
| 5 |
|
|
|
|
| 287 |
}
|
| 288 |
"""
|
| 289 |
|
| 290 |
+
with gr.Blocks(title="AI Learning Playground") as app:
|
| 291 |
|
| 292 |
gr.HTML("""
|
| 293 |
<div class="header">
|
| 294 |
+
<h1>AI Learning Playground</h1>
|
| 295 |
<p>See AI thinking. Interactive visualizations from basics to cutting edge.</p>
|
| 296 |
</div>
|
| 297 |
""")
|