Boltuzamaki commited on
Commit
7219642
β€’
1 Parent(s): 417c32f

name changed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("CUSTOM Stock Price 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
  )
 
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
  )