Spaces:
Build error
Build error
bills
commited on
Commit
•
d5aee37
1
Parent(s):
b1a070c
Change the title of dashboard
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ st.set_page_config(
|
|
23 |
layout="wide"
|
24 |
)
|
25 |
|
26 |
-
st.write("# Welcome to
|
27 |
|
28 |
company_ticker = ['FB', 'AAPL', 'TSLA', 'GOOG', 'NVDA']
|
29 |
|
|
|
23 |
layout="wide"
|
24 |
)
|
25 |
|
26 |
+
st.write("# Welcome to Stock Prediction Dashboard :man: :coffee:")
|
27 |
|
28 |
company_ticker = ['FB', 'AAPL', 'TSLA', 'GOOG', 'NVDA']
|
29 |
|