Spaces:
Running
Running
Update app.py
Browse files
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[
|
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
|