Fix typos in app.py (#1)
Browse files- Fix typos in app.py (09398d3b5a972b9a7030db3cc840c3118ebef2d9)
Co-authored-by: Fabian Farestam <northern-64bit@users.noreply.huggingface.co>
app.py
CHANGED
|
@@ -33,7 +33,7 @@ anchor = st.text_input(
|
|
| 33 |
)
|
| 34 |
|
| 35 |
n_texts = st.number_input(
|
| 36 |
-
f"""How many similar functions you want?""", value=2, min_value=1
|
| 37 |
)
|
| 38 |
if st.button("Find them."):
|
| 39 |
|
|
@@ -98,7 +98,7 @@ This is what we did in the dynamic example above!
|
|
| 98 |
)
|
| 99 |
|
| 100 |
|
| 101 |
-
st.subheader("Check
|
| 102 |
|
| 103 |
|
| 104 |
st.markdown(
|
|
|
|
| 33 |
)
|
| 34 |
|
| 35 |
n_texts = st.number_input(
|
| 36 |
+
f"""How many similar functions do you want?""", value=2, min_value=1
|
| 37 |
)
|
| 38 |
if st.button("Find them."):
|
| 39 |
|
|
|
|
| 98 |
)
|
| 99 |
|
| 100 |
|
| 101 |
+
st.subheader("Check these cool resources!")
|
| 102 |
|
| 103 |
|
| 104 |
st.markdown(
|