Spaces:
Sleeping
Sleeping
cobie sheet change
Browse files
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 =
|
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',
|