giobin commited on
Commit
ee47f15
·
verified ·
1 Parent(s): 7afbc7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -111,7 +111,8 @@ def save_choice(choice_index):
111
  sample = dataset.iloc[st.session_state.index]
112
 
113
  # Display content
114
- st.write(f"## Video Question Answering Sample\n##User: {st.session_state.username}\n#Instructions:\nLook at the video thumbnail, do not play it!\n select the checkbox if you think so\nthen choose one of the two answers.")
 
115
  st.write(f"**Question Category:** {sample.get('question_category', 'No category available')}")
116
  st.video(sample["video_url"])
117
 
 
111
  sample = dataset.iloc[st.session_state.index]
112
 
113
  # Display content
114
+ st.write(f"## MAIA Sample")
115
+ st.write(f"# ciao")
116
  st.write(f"**Question Category:** {sample.get('question_category', 'No category available')}")
117
  st.video(sample["video_url"])
118