PedroC11 commited on
Commit
1450ac1
·
verified ·
1 Parent(s): b3f1d7a

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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 prefer in terms of **visual appealance** and **quality of appearance**.")
 
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