Skip to content

Commit

Permalink
Fix #553
Browse files Browse the repository at this point in the history
  • Loading branch information
straussmaximilian committed Oct 26, 2023
1 parent 132e7e4 commit 6bf4e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alphapept/gui/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def experiment():

file_df['Use'] = True

file_df_selected = st.experimental_data_editor(file_df)
file_df_selected = st.data_editor(file_df)

file_df_selected = file_df_selected[file_df_selected['Use']]

Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_gui.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plotly_express==0.4.1
streamlit>=1.20.0
streamlit>=1.23.0
watchdog==2.1.9
wget==3.2

0 comments on commit 6bf4e2d

Please sign in to comment.