Spaces:
Sleeping
Sleeping
KABURAKURIA
commited on
Commit
•
5812937
1
Parent(s):
6a7f8ce
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def main():
|
|
97 |
num_samples = st.slider("Select number of samples", 10, 1000, 100)
|
98 |
eeg_data = generate_eeg_data(num_samples)
|
99 |
|
100 |
-
st.write("Simulated EEG Data:")
|
101 |
st.dataframe(eeg_data)
|
102 |
|
103 |
# Train the model
|
|
|
97 |
num_samples = st.slider("Select number of samples", 10, 1000, 100)
|
98 |
eeg_data = generate_eeg_data(num_samples)
|
99 |
|
100 |
+
st.write("Ubongo: Simulated EEG Data:")
|
101 |
st.dataframe(eeg_data)
|
102 |
|
103 |
# Train the model
|