Boltuzamaki
commited on
Commit
β’
7219642
1
Parent(s):
417c32f
name changed
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from sklearn.linear_model import LinearRegression
|
|
8 |
from sklearn.model_selection import train_test_split
|
9 |
|
10 |
# Streamlit app
|
11 |
-
st.title("
|
12 |
st.write(
|
13 |
'This model predicts based on trends. It may not perform well with volatile history. Setting the time frame to "max" is recommended. Your predicted days value cannot exceed the time frame days. Have fun!'
|
14 |
)
|
|
|
8 |
from sklearn.model_selection import train_test_split
|
9 |
|
10 |
# Streamlit app
|
11 |
+
st.title("Stock Market Prediction π°")
|
12 |
st.write(
|
13 |
'This model predicts based on trends. It may not perform well with volatile history. Setting the time frame to "max" is recommended. Your predicted days value cannot exceed the time frame days. Have fun!'
|
14 |
)
|