Terence9 commited on
Commit
f731bd4
·
verified ·
1 Parent(s): e3c77f7

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -29,7 +29,7 @@ if file1 and file2:
29
  json1 = json.load(file1)
30
  json2 = json.load(file2)
31
 
32
- matches = comparre_json(json1, json2)
33
 
34
  if matches:
35
  st.subheader("Similar values found")
 
29
  json1 = json.load(file1)
30
  json2 = json.load(file2)
31
 
32
+ matches = compare_json(json1, json2)
33
 
34
  if matches:
35
  st.subheader("Similar values found")