Spaces:
Runtime error
Runtime error
AbdullaShafeeg
commited on
Commit
·
6572aaa
1
Parent(s):
94ec7f8
update app
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with st.expander('About this App'):
|
|
37 |
how much they are snoring during their sleep.
|
38 |
''')
|
39 |
|
40 |
-
col1, col2, col3 = st.columns(
|
41 |
col1.button('Start', on_click=start_monitoring)
|
42 |
col3.button('Stop', on_click=stop_monitoring)
|
43 |
record_button = col3.button('Monitor')
|
|
|
37 |
how much they are snoring during their sleep.
|
38 |
''')
|
39 |
|
40 |
+
col1, col2, col3 = st.columns(3)
|
41 |
col1.button('Start', on_click=start_monitoring)
|
42 |
col3.button('Stop', on_click=stop_monitoring)
|
43 |
record_button = col3.button('Monitor')
|