sqy-harshil commited on
Commit
079ac58
·
1 Parent(s): c4cfc70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ st.set_page_config(layout="wide")
10
  st.title("FuzzyWuzzy")
11
 
12
  st.markdown(" ### Search for a builder from the database")
13
- value = st_keyup(label="Enter a builder name:", key="0", placeholder="Search for a builder from the Database", label_visibility="collapsed")
14
  if not value == "":
15
  st.markdown(" ### You're probably looking for:")
16
  st.markdown(find_best_match(value))
 
10
  st.title("FuzzyWuzzy")
11
 
12
  st.markdown(" ### Search for a builder from the database")
13
+ value = st_keyup(label="Enter a builder name:", key="0", placeholder="Enter a name...", label_visibility="collapsed")
14
  if not value == "":
15
  st.markdown(" ### You're probably looking for:")
16
  st.markdown(find_best_match(value))