update prediction value name
Browse files
app.py
CHANGED
|
@@ -255,8 +255,8 @@ if st.session_state.history:
|
|
| 255 |
"timestamp": "Time",
|
| 256 |
"text": "Input Text",
|
| 257 |
"prediction": "Prediction",
|
| 258 |
-
"
|
| 259 |
-
"
|
| 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 |
},
|