Rubywong123 commited on
Commit
019d607
·
1 Parent(s): 4a588d1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,7 +24,7 @@ question_path = 'numpy.txt'
24
  #def load_data(path):
25
  # return load_dataset('text', data_files = path, cache_dir = './data')
26
 
27
- '''
28
  dataset = []
29
  #dataset = load_data(question_path)
30
  with open('numpy.txt') as f:
@@ -68,5 +68,5 @@ modification = st.radio('Modification:',
68
 
69
 
70
  st.write(dataset[data_index][modification])
71
- '''
72
 
 
24
  #def load_data(path):
25
  # return load_dataset('text', data_files = path, cache_dir = './data')
26
 
27
+
28
  dataset = []
29
  #dataset = load_data(question_path)
30
  with open('numpy.txt') as f:
 
68
 
69
 
70
  st.write(dataset[data_index][modification])
71
+
72