sahanacp commited on
Commit
65e30ff
·
verified ·
1 Parent(s): 2af87db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def report_table(loer, iteration=0):
117
  # report table
118
  # Report table - CSV from path
119
  csv_path = './data/cleaned_dataset_full.csv'
120
- loer.current_logger().report_table("Data Set Capstone", "remote csv", iteration=iteration, csv=csv_path)
121
 
122
  def main():
123
  """Main application entry point"""
 
117
  # report table
118
  # Report table - CSV from path
119
  csv_path = './data/cleaned_dataset_full.csv'
120
+ loer.report_table("Data Set Capstone", "remote csv", iteration=iteration, csv=csv_path)
121
 
122
  def main():
123
  """Main application entry point"""