File size: 434 Bytes
32b5cd7
 
 
 
 
b7a4940
32b5cd7
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
def show():
    import streamlit as st

    st.title("Livestream")
    # livestreammicroscope1 = ""
    livestreammicroscope2 = "https://youtube.com/live/RhkhjbebLfs"
    # livestreamdeltastagetransmission = ""
    # livestreamdeltastagereflection = ""
    st.write("Here are the live microscope camera views of all the microscopes")

    st.write("Microscope 2:")
    st.link_button("Microscope 2 Livestream", livestreammicroscope2)