IanYeo commited on
Commit
b96b0f6
·
1 Parent(s): 915b0b1

cobie sheet change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ if cobie_file_button:
129
  cobie_file_path = cobie_file_path.replace('=0', '=1')
130
 
131
  cobie_file = pd.ExcelFile(cobie_file_path)
132
- tabs = pd.ExcelFile("path").sheet_names
133
 
134
  selected_sheet = st.selectbox(
135
  'Select sheet for changing revit ids to COBie ids',
 
129
  cobie_file_path = cobie_file_path.replace('=0', '=1')
130
 
131
  cobie_file = pd.ExcelFile(cobie_file_path)
132
+ tabs = cobie_file.sheet_names
133
 
134
  selected_sheet = st.selectbox(
135
  'Select sheet for changing revit ids to COBie ids',