Skip to content

Commit deb13e9

Browse files
Update App.py
1 parent 0091311 commit deb13e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ 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"><b>Welcome to the Trading world!!!</b></h1>', unsafe_allow_html=True)
150+
st.markdown('<h1 align="center" style="color:#3AFF00;">Welcome to the Trading world !!!</h1>', unsafe_allow_html=True)
151151
st.markdown('<h1 align="center">We are here to provide you the best Market order </h1>', unsafe_allow_html=True)
152152
st.markdown('<h1 align="center"></h1>', unsafe_allow_html=True)
153153
st.markdown('<h1 align="center"></h1>', unsafe_allow_html=True)

0 commit comments

Comments
 (0)