adi-123 commited on
Commit
54dac2f
·
verified ·
1 Parent(s): 888531f

Upload 5 files

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- Synapse - Interactive AI Concept Visualizations
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="Synapse") as app:
291
 
292
  gr.HTML("""
293
  <div class="header">
294
- <h1>Synapse</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
  """)