nalin0503 commited on
Commit
73d6948
·
1 Parent(s): 6634701

Add comment for file upload

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -251,6 +251,7 @@ def main():
251
 
252
  # ---------------- SECTION 1: IMAGE & PROMPT INPUTS ----------------
253
  st.subheader("1. Upload Source Images & Prompts")
 
254
  col_imgA, col_imgB = st.columns(2)
255
  with col_imgA:
256
  st.markdown("#### Image A")
 
251
 
252
  # ---------------- SECTION 1: IMAGE & PROMPT INPUTS ----------------
253
  st.subheader("1. Upload Source Images & Prompts")
254
+ st.markdown("**Note:** Your uploaded images must be of similar topology and same size to achieve the best results.")
255
  col_imgA, col_imgB = st.columns(2)
256
  with col_imgA:
257
  st.markdown("#### Image A")