Spaces:
Runtime error
Runtime error
Commit
·
7cb2a9f
1
Parent(s):
98be78d
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from keras.models import load_model
|
|
10 |
from sklearn.preprocessing import MinMaxScaler
|
11 |
|
12 |
st.set_page_config(
|
13 |
-
page_title="
|
14 |
initial_sidebar_state="auto", #The way sidebar should start out. Auto shows it in desktop.
|
15 |
page_icon=":computer:", #The page favicon. Use the computer emoji
|
16 |
layout="wide", #The way page content should be laid out. "wide" uses the entire screen.
|
|
|
10 |
from sklearn.preprocessing import MinMaxScaler
|
11 |
|
12 |
st.set_page_config(
|
13 |
+
page_title=" Stocks Market Predictor", #The page title, shown in the browser tab.(should be Placement Details)
|
14 |
initial_sidebar_state="auto", #The way sidebar should start out. Auto shows it in desktop.
|
15 |
page_icon=":computer:", #The page favicon. Use the computer emoji
|
16 |
layout="wide", #The way page content should be laid out. "wide" uses the entire screen.
|