Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -1
src/streamlit_app.py
CHANGED
|
@@ -7,7 +7,8 @@ import streamlit as st
|
|
| 7 |
st.set_page_config(page_title="Image Preference Study", layout="centered")
|
| 8 |
|
| 9 |
st.title("Image Preference Study")
|
| 10 |
-
st.markdown("**Instructions:** You will be shown 20 pairs of image. For each pair, please select which image you
|
|
|
|
| 11 |
|
| 12 |
# ---- IMAGE PAIRS ----
|
| 13 |
# Replace with your actual image paths or URLs
|
|
|
|
| 7 |
st.set_page_config(page_title="Image Preference Study", layout="centered")
|
| 8 |
|
| 9 |
st.title("Image Preference Study")
|
| 10 |
+
st.markdown(f"**Instructions:** You will be shown 20 pairs of image. For each pair, please select which image you find more **visually appealing** and of \
|
| 11 |
+
**better visual quality**.")
|
| 12 |
|
| 13 |
# ---- IMAGE PAIRS ----
|
| 14 |
# Replace with your actual image paths or URLs
|