Abdulla Shafeeg commited on
Commit
bdb45d8
·
1 Parent(s): 94ec7f8

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(2)
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')