Seetha commited on
Commit
5d23d7e
1 Parent(s): cbc61ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -505,7 +505,7 @@ def main():
505
  # repo_type="dataset",
506
  # token="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",
507
  # )
508
- dataset = load_dataset('json', data_files='smalljson.json')
509
  def convert_df(df):
510
 
511
  #IMPORTANT: Cache the conversion to prevent computation on every rerun
 
505
  # repo_type="dataset",
506
  # token="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",
507
  # )
508
+ #dataset = load_dataset('json', data_files='smalljson.json')
509
  def convert_df(df):
510
 
511
  #IMPORTANT: Cache the conversion to prevent computation on every rerun