Spaces:
Running
Running
sahandkh1419
commited on
Commit
•
0dd3575
1
Parent(s):
0103d6d
Update app.py
Browse files
app.py
CHANGED
@@ -63,22 +63,6 @@ st.markdown(description, unsafe_allow_html=True)
|
|
63 |
st.write('------')
|
64 |
|
65 |
|
66 |
-
# st.markdown(
|
67 |
-
# """
|
68 |
-
# <style>
|
69 |
-
# .stSuccess {
|
70 |
-
# background-color: rgba(3, 67, 24, 0.9) !important;
|
71 |
-
# color: white !important;
|
72 |
-
# }
|
73 |
-
# .stError {
|
74 |
-
# background-color: rgba(241, 36, 36, 0.9) !important;
|
75 |
-
# color: white !important;
|
76 |
-
# }
|
77 |
-
# </style>
|
78 |
-
# """, unsafe_allow_html=True
|
79 |
-
# )
|
80 |
-
|
81 |
-
|
82 |
|
83 |
|
84 |
def cosine_sim(text1, text2):
|
|
|
63 |
st.write('------')
|
64 |
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
def cosine_sim(text1, text2):
|