johnpaulbin commited on
Commit
c9bfd7e
·
verified ·
1 Parent(s): 39756f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  # Define the list of items with their questions and whether they are reverse-scored
4
  items = [
5
  {'BFI': 'BFI_1', 'question': 'Talks a lot', 'reverse': False},
6
- {'BFI': 'BFI_2', 'question': 'Notices other people's weak points', 'reverse': True},
7
  {'BFI': 'BFI_3', 'question': 'Does things carefully and completely', 'reverse': False},
8
  {'BFI': 'BFI_4', 'question': 'Is sad, depressed', 'reverse': False},
9
  {'BFI': 'BFI_5', 'question': 'Is original, comes up with new ideas', 'reverse': False},
 
3
  # Define the list of items with their questions and whether they are reverse-scored
4
  items = [
5
  {'BFI': 'BFI_1', 'question': 'Talks a lot', 'reverse': False},
6
+ {'BFI': 'BFI_2', 'question': 'Notices other people\'s weak points', 'reverse': True},
7
  {'BFI': 'BFI_3', 'question': 'Does things carefully and completely', 'reverse': False},
8
  {'BFI': 'BFI_4', 'question': 'Is sad, depressed', 'reverse': False},
9
  {'BFI': 'BFI_5', 'question': 'Is original, comes up with new ideas', 'reverse': False},