Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ if (st.button('استعمال الرسم البياني', disabled=False)):
|
|
66 |
|
67 |
L = setQueriesVoc(df_in, id_list)
|
68 |
@st.cache
|
69 |
-
def compute_score(L, id_list)
|
70 |
for nc in L:
|
71 |
score = 0.0
|
72 |
temp = []
|
|
|
66 |
|
67 |
L = setQueriesVoc(df_in, id_list)
|
68 |
@st.cache
|
69 |
+
def compute_score(L, id_list):
|
70 |
for nc in L:
|
71 |
score = 0.0
|
72 |
temp = []
|