Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|