MrJShen commited on
Commit
1772b07
·
1 Parent(s): d11d806

Update app.py

Browse files

Fix variable name error.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ if txt:
91
  ## Moderation ##
92
  if st.session_state.chatgpt:
93
  st.markdown("##### :blue[Content moderation: ]")
94
- st.plotly_chart(fig)
95
 
96
  ## Cost of summarisation ##
97
  st.text("Total cost for this query: " + "$" + str(total_cost))
 
91
  ## Moderation ##
92
  if st.session_state.chatgpt:
93
  st.markdown("##### :blue[Content moderation: ]")
94
+ st.plotly_chart(fig_r)
95
 
96
  ## Cost of summarisation ##
97
  st.text("Total cost for this query: " + "$" + str(total_cost))