ashmib commited on
Commit
a104a70
·
verified ·
1 Parent(s): b616114

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ if 0 <= current_index < len(data):
57
 
58
  st.subheader(f"Question {current_index + 1}: {question}")
59
  st.subheader("Generated Answer:")
60
- st.write(data.loc[idx, "Generated Answer"])
61
  # selected_answer = st.radio("Choose the best answer:", options=[ans[0] for ans in answers])
62
 
63
  # Rating
 
57
 
58
  st.subheader(f"Question {current_index + 1}: {question}")
59
  st.subheader("Generated Answer:")
60
+ st.write(data.loc[current_index, "Generated Answer"])
61
  # selected_answer = st.radio("Choose the best answer:", options=[ans[0] for ans in answers])
62
 
63
  # Rating