ikoghoemmanuell commited on
Commit
18f4cf3
1 Parent(s): 3453916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -53,12 +53,13 @@ def predict(sales_data):
53
 
54
  # Home section
55
  if choice == 'Home':
 
 
 
56
  st.image(gif_url, use_column_width=True)
57
  st.markdown("<h1 style='text-align: center;'>Welcome</h1>", unsafe_allow_html=True)
58
  st.markdown("<p style='text-align: center;'>This is a Sales Forecasting App.</p>", unsafe_allow_html=True)
59
 
60
- # Set Page Title
61
- st.title('SEER- A Sales Forecasting APP')
62
  st.markdown('Enter the required information to forecast sales:')
63
 
64
 
 
53
 
54
  # Home section
55
  if choice == 'Home':
56
+ # Set Page Title
57
+ st.title('SEER- A Sales Forecasting APP')
58
+
59
  st.image(gif_url, use_column_width=True)
60
  st.markdown("<h1 style='text-align: center;'>Welcome</h1>", unsafe_allow_html=True)
61
  st.markdown("<p style='text-align: center;'>This is a Sales Forecasting App.</p>", unsafe_allow_html=True)
62
 
 
 
63
  st.markdown('Enter the required information to forecast sales:')
64
 
65