Update app.py
Browse files
app.py
CHANGED
|
@@ -63,8 +63,8 @@ if option == "String Similarity":
|
|
| 63 |
st.header("📝 String Similarity Calculator")
|
| 64 |
|
| 65 |
# User inputs the two words they want to compare
|
| 66 |
-
word1 = st.text_input("Enter First Word:", "
|
| 67 |
-
word2 = st.text_input("Enter Second Word:", "
|
| 68 |
|
| 69 |
# When the user clicks the button, calculate similarity
|
| 70 |
if st.button("Compute Similarity"):
|
|
|
|
| 63 |
st.header("📝 String Similarity Calculator")
|
| 64 |
|
| 65 |
# User inputs the two words they want to compare
|
| 66 |
+
word1 = st.text_input("Enter First Word:", "AARUSH")
|
| 67 |
+
word2 = st.text_input("Enter Second Word:", "AASHVI")
|
| 68 |
|
| 69 |
# When the user clicks the button, calculate similarity
|
| 70 |
if st.button("Compute Similarity"):
|