diff --git a/py-json/realm.py b/py-json/realm.py index 5d8cbb9c..10babfe5 100755 --- a/py-json/realm.py +++ b/py-json/realm.py @@ -1801,7 +1801,7 @@ class L4CXProfile(LFCliBase): fig = df.plot().get_figure() fig.savefig(report_file) if output_format == 'html': - print('Shivams function') + df.to_html(report_file) if output_format == 'df': return df supported_formats = ['csv', 'json', 'stata', 'pickle']