Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -3
src/streamlit_app.py
CHANGED
|
@@ -59,9 +59,9 @@ 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 think
|
| 63 |
-
**more visually appealing** and
|
| 64 |
-
st.markdown(f"Each pair of images illustrates a **different subject**, as indicated above it.")
|
| 65 |
st.markdown(f"Please, evaluate each pair of images **independently** of the other pairs.")
|
| 66 |
st.markdown(f"If needed, please, look closer to the screen and/or zoom in the pictures.")
|
| 67 |
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 \
|
|
|
|
| 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 **better matches** the subject \
|
| 63 |
+
(the *subject* is indicated above each pair of images), while being **more visually appealing** and having a **better quality** (for example, *sharp edges*, *clear object details/shapes/proportions*, etc.) , regardless of the picture subject content.")
|
| 64 |
+
#st.markdown(f"Each pair of images illustrates a **different subject**, as indicated above it. Consider which image **better matches** the subject.")
|
| 65 |
st.markdown(f"Please, evaluate each pair of images **independently** of the other pairs.")
|
| 66 |
st.markdown(f"If needed, please, look closer to the screen and/or zoom in the pictures.")
|
| 67 |
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 \
|