ikoghoemmanuell
commited on
Commit
•
aa50c4b
1
Parent(s):
50e9487
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,4 @@ elif choice == 'About':
|
|
147 |
businesses can make informed decisions, mitigate risks,
|
148 |
and maximize their revenue potential in an ever-changing market landscape.
|
149 |
</p>
|
150 |
-
''', unsafe_allow_html=True)
|
151 |
-
if st.button('Clear Data'):
|
152 |
-
predicted_data = pd.DataFrame(columns=['Start Date', 'End Date', 'Store', 'Category', 'On Promotion', 'City', 'Cluster', 'Predicted Sales'])
|
153 |
-
st.success("Data cleared successfully.")
|
|
|
147 |
businesses can make informed decisions, mitigate risks,
|
148 |
and maximize their revenue potential in an ever-changing market landscape.
|
149 |
</p>
|
150 |
+
''', unsafe_allow_html=True)
|
|
|
|
|
|