vincentiusyoshuac commited on
Commit
8a839a2
โ€ข
1 Parent(s): 631262b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,7 +107,7 @@ class TimeSeriesForecaster:
107
  def main():
108
  # Page configuration
109
  st.set_page_config(
110
- page_title="Forecast Maestro",
111
  page_icon="๐Ÿ“Š",
112
  layout="wide"
113
  )
@@ -154,7 +154,7 @@ def main():
154
 
155
  # Elegant title
156
  st.markdown(
157
- "<h1 style='text-align: center; color: #3498DB; margin-bottom: 30px;'>๐Ÿ”ฎ Forecast Maestro</h1>",
158
  unsafe_allow_html=True
159
  )
160
 
 
107
  def main():
108
  # Page configuration
109
  st.set_page_config(
110
+ page_title="Tempus",
111
  page_icon="๐Ÿ“Š",
112
  layout="wide"
113
  )
 
154
 
155
  # Elegant title
156
  st.markdown(
157
+ "<h1 style='text-align: center; color: #3498DB; margin-bottom: 30px;'>Tempus</h1>",
158
  unsafe_allow_html=True
159
  )
160