Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
```python
|
| 2 |
import streamlit as st
|
| 3 |
import pandas as pd
|
| 4 |
import matplotlib.pyplot as plt
|
|
@@ -221,5 +220,4 @@ if submit_button:
|
|
| 221 |
st.success("Prediction data successfully saved to Salesforce!")
|
| 222 |
|
| 223 |
st.session_state.prediction = prediction
|
| 224 |
-
st.session_state.input_data = input_data
|
| 225 |
-
```
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
import matplotlib.pyplot as plt
|
|
|
|
| 220 |
st.success("Prediction data successfully saved to Salesforce!")
|
| 221 |
|
| 222 |
st.session_state.prediction = prediction
|
| 223 |
+
st.session_state.input_data = input_data
|
|
|