dipta007 commited on
Commit
516c6d8
1 Parent(s): 71c0779

fix id name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def show_data():
83
  print(data)
84
 
85
  from api import show_likert_scale
86
- done = show_likert_scale('step_all', 'Whole', data['HITId'])
87
 
88
  if st.button("Next", disabled=not done):
89
  id = file_id + 1
 
83
  print(data)
84
 
85
  from api import show_likert_scale
86
+ done = show_likert_scale('step_all', 'Whole', data['AssignmentID'])
87
 
88
  if st.button("Next", disabled=not done):
89
  id = file_id + 1