Truong-Phuc Nguyen commited on
Commit
936dcde
·
verified ·
1 Parent(s): cecdb56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ st.set_page_config(page_icon='🍃', page_title='MRC for Legal Document Dataset
6
 
7
  st.markdown("<h2 style='text-align: center;'>MRC Dataset Checker</h2>", unsafe_allow_html=True)
8
 
9
- df = pd.read_csv(filepath_or_buffer='./dup_non_span.csv')
10
 
11
  if 'idx' not in st.session_state:
12
  st.session_state.idx = 0
 
6
 
7
  st.markdown("<h2 style='text-align: center;'>MRC Dataset Checker</h2>", unsafe_allow_html=True)
8
 
9
+ df = pd.read_csv(filepath_or_buffer='./dup_non-span.csv')
10
 
11
  if 'idx' not in st.session_state:
12
  st.session_state.idx = 0