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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -116,8 +116,8 @@ def report_table(loer, iteration=0):
116
  """
117
  # report table
118
  # Report table - CSV from path
119
- csv_url = './data/cleaned_dataset_full.csv'
120
- logger.report_table("table - csv", "remote csv", iteration=iteration, url=csv_url)
121
 
122
  def main():
123
  """Main application entry point"""
 
116
  """
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"""