Skip to content

Commit 66f699c

Browse files
authoredNov 13, 2024
Update PySpatialAnalysis_StreamlitApp.py
1 parent 576eb67 commit 66f699c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎PySpatialAnalysis_StreamlitApp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374

375375
# Move the 'Label #' column to the beginning of the DataFrame
376376
cols = list(renamed_dataframe.columns)
377-
cols.pop(cols.index('Nucelus #'))
377+
cols.pop(cols.index('Label #'))
378378
renamed_dataframe = renamed_dataframe[['Label #'] + cols]
379379

380380
# Convert the 'Orientation' column from radians to degrees and shift by 90 degrees using the "apply" method

0 commit comments

Comments
 (0)
Please sign in to comment.