Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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'].
|
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
|