Skip to content

Commit

Permalink
Reformat the code with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniela Ovadova committed Oct 16, 2023
1 parent 428bd66 commit cb44442
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions prompterator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,8 @@ def show_col_selection():
columns_sel.remove(c.LABEL_COL)
columns_sel.remove(c.RESPONSE_DATA_COL)
st.session_state["columns_to_show"] = st.multiselect(
'Columns to show',
columns_sel,
[c.TEXT_ORIG_COL])
"Columns to show", columns_sel, [c.TEXT_ORIG_COL]
)


def show_dataframe():
Expand Down

0 comments on commit cb44442

Please sign in to comment.