Skip to content

Commit

Permalink
main.py
Browse files Browse the repository at this point in the history
did last line changes
  • Loading branch information
Nitinnn1403 authored Nov 5, 2024
1 parent 97aa237 commit ebc7252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ def main(file_path, target_column):
args = parser.parse_args()

logger.info("Starting the XAI program...")
main(args.file_path, args.target_column)
main(args.file_path, args.target_column)

0 comments on commit ebc7252

Please sign in to comment.