PedroC11 commited on
Commit
38e3962
·
verified ·
1 Parent(s): b63d0b4

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +4 -3
src/streamlit_app.py CHANGED
@@ -59,11 +59,12 @@ st.title("Image Preference Study")
59
 
60
  st.header("Instructions", divider=True)
61
  #st.markdown(f"**Instructions:**
62
- st.markdown(f"You will be shown 25 pairs of images. For each pair, please select which image \"Option A\" (left) or \"Option B\" (right) you find more \
63
- **visually appealing** and to have **better quality in its features**.")
64
  st.markdown(f"Please, evaluate each pair of images **independently** of the other pairs.")
65
  st.markdown(f"If needed, please, look closer to the screen and/or zoom in the pictures.")
66
-
 
67
 
68
  st.header("Images", divider=True)
69
  # ---- IMAGE PAIRS ----
 
59
 
60
  st.header("Instructions", divider=True)
61
  #st.markdown(f"**Instructions:**
62
+ st.markdown(f"You will be shown 25 pairs of images. For each pair, please select which image \"Option A\" (left) or \"Option B\" (right) you think is \
63
+ **more visually appealing** and has a **better quality**, regardless of the picture subject content.")
64
  st.markdown(f"Please, evaluate each pair of images **independently** of the other pairs.")
65
  st.markdown(f"If needed, please, look closer to the screen and/or zoom in the pictures.")
66
+ st.markdown(f"*Example: If Option A depicts a gray bunny and is a better quality picture than Option B which depicts a brown bunny, I would choose Option A despite \
67
+ the fact that I personally *like* brown bunnies more than gray bunnies.*")
68
 
69
  st.header("Images", divider=True)
70
  # ---- IMAGE PAIRS ----