Update app.py
Browse files
app.py
CHANGED
@@ -163,8 +163,9 @@ def linePlot(viz_type, weight, top_n):
|
|
163 |
top_n=top_n,
|
164 |
api_name="/linePlot_3C1"
|
165 |
)
|
166 |
-
print(result)
|
167 |
-
|
|
|
168 |
|
169 |
|
170 |
|
|
|
163 |
top_n=top_n,
|
164 |
api_name="/linePlot_3C1"
|
165 |
)
|
166 |
+
# print(result)
|
167 |
+
# result is a tuble of dictionary of plot_base64, and a string message of description of the plot
|
168 |
+
return decode_plot(result[0])
|
169 |
|
170 |
|
171 |
|