Hamda commited on
Commit
2291a30
·
1 Parent(s): 61fabcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ if (st.button('استعمال الرسم البياني', disabled=False)):
50
  df_gr.set_index(['ID1'], inplace=True)
51
  return df_voc, df_graph, df_gr
52
 
53
- df3, df_g, df_in = reading_df(path1, path2)
54
 
55
  @st.cache
56
  def Query2id(voc, query):
 
50
  df_gr.set_index(['ID1'], inplace=True)
51
  return df_voc, df_graph, df_gr
52
 
53
+ df3, df_g, df_in = reading_df(VocMap, ScoreMap)
54
 
55
  @st.cache
56
  def Query2id(voc, query):