Spaces:
Running
Running
vincentiusyoshuac
commited on
Commit
โข
8a839a2
1
Parent(s):
631262b
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ class TimeSeriesForecaster:
|
|
107 |
def main():
|
108 |
# Page configuration
|
109 |
st.set_page_config(
|
110 |
-
page_title="
|
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;'
|
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 |
|