ccolas commited on
Commit
9980b8e
1 Parent(s): e9d7c26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ st.title('TastyPiano')
26
 
27
  synestesia_path = 'data/synesthesia/'
28
  debugger = Debugger(verbose=False)
29
-
30
  def centered_module(func, text, args=None):
31
  _, col2, _ = st.columns([1, 2, 1])
32
  with col2:
 
26
 
27
  synestesia_path = 'data/synesthesia/'
28
  debugger = Debugger(verbose=False)
29
+ np.random.seed(0)
30
  def centered_module(func, text, args=None):
31
  _, col2, _ = st.columns([1, 2, 1])
32
  with col2: