Hamda commited on
Commit
21b4c1f
·
1 Parent(s): 1549b96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = []