Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"##
|
|
|
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 |
|