Oliviayc commited on
Commit
efee0b2
·
1 Parent(s): 8016c6b

change options in type_of_comparison

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. sample_data/scopus 2.csv +0 -0
app.py CHANGED
@@ -28,7 +28,7 @@ if uploaded_file is not None:
28
  with row1_col1:
29
  choice = st.selectbox("Choose column to analyze", df.columns)
30
  with row1_col2:
31
- type_of_comparison = st.selectbox("Type of comparison", ('Years', 'Word-to-word', 'Sources', 'Manual label'))
32
 
33
  # type_of_comparison 1
34
  if type_of_comparison == "Sources":
 
28
  with row1_col1:
29
  choice = st.selectbox("Choose column to analyze", df.columns)
30
  with row1_col2:
31
+ type_of_comparison = st.selectbox("Type of comparison", ('Sources', 'Years'))
32
 
33
  # type_of_comparison 1
34
  if type_of_comparison == "Sources":
sample_data/scopus 2.csv ADDED
The diff for this file is too large to render. See raw diff