Spaces:
Sleeping
Sleeping
Update app.py
Browse filesFix variable name error.
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(
|
| 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))
|