Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,8 +116,8 @@ def report_table(loer, iteration=0):
|
|
| 116 |
"""
|
| 117 |
# report table
|
| 118 |
# Report table - CSV from path
|
| 119 |
-
|
| 120 |
-
|
| 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"""
|