Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def topic_plot_gener(message: str, year: str):
|
|
67 |
fig = go.Figure(data=plot_json["data"])
|
68 |
|
69 |
# Show the plot
|
70 |
-
return fig
|
71 |
|
72 |
# return plt.gcf()
|
73 |
|
|
|
67 |
fig = go.Figure(data=plot_json["data"])
|
68 |
|
69 |
# Show the plot
|
70 |
+
return fig
|
71 |
|
72 |
# return plt.gcf()
|
73 |
|