Truong-Phuc Nguyen commited on
Commit
a978ec5
·
verified ·
1 Parent(s): 56e233f

Try difference path

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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;'>Investigation Legal Dataset checker for Machine Reading Comprehension</h2>", unsafe_allow_html=True)
8
 
9
- df = pd.read_csv(filepath_or_buffer='./Legal_AbstractiveA.csv')
10
 
11
  if 'idx' not in st.session_state:
12
  st.session_state.idx = 0
@@ -47,4 +47,4 @@ if len(df) != 0:
47
  df['question'][st.session_state.idx] = txt_question
48
  df['answer'][st.session_state.idx] = txt_answer
49
 
50
- df.to_csv(path_or_buf='./Legal_AbstractiveA.csv', index=None)
 
6
 
7
  st.markdown("<h2 style='text-align: center;'>Investigation Legal Dataset checker for Machine Reading Comprehension</h2>", unsafe_allow_html=True)
8
 
9
+ df = pd.read_csv(filepath_or_buffer='./Truong-Phuc/MRC_Dataset_Checker/raw/main/Legal_AbstractiveA.csv')
10
 
11
  if 'idx' not in st.session_state:
12
  st.session_state.idx = 0
 
47
  df['question'][st.session_state.idx] = txt_question
48
  df['answer'][st.session_state.idx] = txt_answer
49
 
50
+ df.to_csv(path_or_buf='./Truong-Phuc/MRC_Dataset_Checker/raw/main/Legal_AbstractiveA.csv', index=None)