Spaces:
Sleeping
Sleeping
Commit ·
079ac58
1
Parent(s): c4cfc70
Update app.py
Browse files
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="
|
| 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))
|