tykiww commited on
Commit
340c118
·
verified ·
1 Parent(s): ab084df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def main():
116
  dataset_upload)
117
 
118
  # Dataset button
119
- dataset_predefined_load.click(fn=get_predefined_dataset
120
  inputs=dataset_predefined_load,
121
  outputs=data_snippet)
122
 
 
116
  dataset_upload)
117
 
118
  # Dataset button
119
+ dataset_predefined_load.click(fn=get_predefined_dataset,
120
  inputs=dataset_predefined_load,
121
  outputs=data_snippet)
122