PedroC11 commited on
Commit
d7fda29
·
verified ·
1 Parent(s): 7b3e79e

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -76,7 +76,7 @@ image_pairs = [
76
  results = {}
77
 
78
 
79
- code_prov = st.text_input("Type the provided code in the box below and press ENTER afterwards:")
80
 
81
  # ---- LOOP THROUGH PAIRS ----
82
  for i, (imgA, imgB) in enumerate(image_pairs):
 
76
  results = {}
77
 
78
 
79
+ code_prov = st.text_input("Type the provided code in the box below:")
80
 
81
  # ---- LOOP THROUGH PAIRS ----
82
  for i, (imgA, imgB) in enumerate(image_pairs):