Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,5 +7,5 @@ xl2 = st.file_uploader("Choose second file", key="xl2")
|
|
7 |
if xl1 is not None and xl2 is not None:
|
8 |
#assert that the first few columns are the same
|
9 |
df1 = pd.read_excel(xl1, sheet_name= "0.85 Threshold")
|
10 |
-
pandas.testing.assert_frame_equal
|
11 |
st.write(pd.read_excel(xl1, sheet_name= "0.85 Threshold"))
|
|
|
7 |
if xl1 is not None and xl2 is not None:
|
8 |
#assert that the first few columns are the same
|
9 |
df1 = pd.read_excel(xl1, sheet_name= "0.85 Threshold")
|
10 |
+
#pandas.testing.assert_frame_equal
|
11 |
st.write(pd.read_excel(xl1, sheet_name= "0.85 Threshold"))
|