This commit is contained in:
Yun Hua
2022-11-07 17:12:36 -05:00
parent 25564c3939
commit 8eb972f9d5

View File

@@ -10,7 +10,7 @@ import os
from pathlib import Path from pathlib import Path
fitbit_data = FitBit(Path(os.getcwd() + 'fitbit_data')) fitbit_data = FitBit(Path(os.getcwd(), 'fitbit_data'))
st.set_page_config( st.set_page_config(
layout='wide' layout='wide'