Update app.py
Browse files
app.py
CHANGED
|
@@ -229,7 +229,7 @@ if submitted:
|
|
| 229 |
st.markdown('''---''')
|
| 230 |
|
| 231 |
# Making expander to view all records
|
| 232 |
-
expander = st.expander("See all records")
|
| 233 |
with expander:
|
| 234 |
df = pd.read_csv(tmp_df_file)
|
| 235 |
df['Sales']= prediction
|
|
|
|
| 229 |
st.markdown('''---''')
|
| 230 |
|
| 231 |
# Making expander to view all records
|
| 232 |
+
expander = st.expander("See all records")
|
| 233 |
with expander:
|
| 234 |
df = pd.read_csv(tmp_df_file)
|
| 235 |
df['Sales']= prediction
|