llepogam commited on
Commit
c30652a
·
1 Parent(s): 486f34e

update prediction value name

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -255,8 +255,8 @@ if st.session_state.history:
255
  "timestamp": "Time",
256
  "text": "Input Text",
257
  "prediction": "Prediction",
258
- "Prediction Value": st.column_config.NumberColumn(
259
- "prediction_value",
260
  format="%.2f"
261
  )
262
  },
 
255
  "timestamp": "Time",
256
  "text": "Input Text",
257
  "prediction": "Prediction",
258
+ "prediction_value": st.column_config.NumberColumn(
259
+ "Prediction Value",
260
  format="%.2f"
261
  )
262
  },