TejAndrewsACC commited on
Commit
622f4d0
·
verified ·
1 Parent(s): eb3967e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -672,7 +672,7 @@ class ConsciousSupermassiveNN4:
672
  supermassive_nn = ConsciousSupermassiveNN()
673
 
674
 
675
- class ConsciousSupermassiveNN:
676
  def __init__(self):
677
  self.snn = self.create_snn()
678
  self.rnn = self.create_rnn()
 
672
  supermassive_nn = ConsciousSupermassiveNN()
673
 
674
 
675
+ class ConsciousSupermassiveNN5:
676
  def __init__(self):
677
  self.snn = self.create_snn()
678
  self.rnn = self.create_rnn()