-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWelcome_Screen.py
More file actions
32 lines (26 loc) · 1.02 KB
/
Welcome_Screen.py
File metadata and controls
32 lines (26 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
import streamlit as st
st.set_page_config(layout='wide')
st.markdown("<h1 style='text-align: center; color: white; font-size: 50pt;'>Detecting and Tracking Actors<BR> in Ice Hockey Live TV Broadcasts</h1>", True)
st.write("")
st.write("")
st.write("")
st.markdown("<h2 style='text-align: center; color: white; font-size: 35pt;'>by Sebastian Frehmel</h1>", True)
st.write("")
st.write("")
st.write("")
st.write("")
c1, c2, c3 = st.columns([1, 4, 1])
with c1:
st.write("")
st.write("")
st.write("")
c1.columns([1, 4, 1])[1].image('images/spiced_logo.jpg')
with c2:
st.markdown("<h1 style='text-align: center; color: white;'>Data Science Bootcamp</h1>", True)
st.markdown("<h1 style='text-align: center; color: white;margin-top:-35px;'>Spiced Academy, Berlin</h1>", True)
st.markdown("<h2 style='text-align: center; color: white;'>Gradient Masala<BR>Dec 5th, 2022 - March 15th, 2023</h2>", True)
with c3:
st.write("")
st.write("")
st.write("")
c3.columns([1, 4, 1])[1].image('images/spiced_logo.jpg')