Vera-ZWY commited on
Commit
a244f3c
1 Parent(s): 847e897

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.show()
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