rairo commited on
Commit
4b8c094
·
verified ·
1 Parent(s): c85236a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -49,7 +49,7 @@ class FlaskResponse(ResponseParser):
49
  super().__init__(context)
50
 
51
  def format_dataframe(self, result):
52
- return result['value'].to_string()
53
 
54
  def format_plot(self, result):
55
  # Save the plot using savefig
 
49
  super().__init__(context)
50
 
51
  def format_dataframe(self, result):
52
+ return result['value'].to_html()
53
 
54
  def format_plot(self, result):
55
  # Save the plot using savefig