Skip to content

Commit e3a7b45

Browse files
Update App.py
1 parent 538b9ff commit e3a7b45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

App.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ def apply(model_name, data, title):
147147
# show_eval_result(model_name, test_result, initial_offset)
148148
st.write(visualize(data, history, title=title+str(format_position(test_result))))
149149

150-
st.markdown('<h1 align="center">Welcome to the Trading world we are here to provide you the best Market order</h1>', unsafe_allow_html=True)
150+
st.markdown('<h1 align="center">Welcome to the Trading world </h1>', unsafe_allow_html=True)
151+
st.markdown('<h1 align="center">We are here to provide you the best Market order </h1>', unsafe_allow_html=True)
151152
st.markdown('<b>Please select a currency or a stock:', unsafe_allow_html=True)
152153
option = st.selectbox(
153154
'',

0 commit comments

Comments
 (0)