openflexure-microscope / livestream.py
sgbaird's picture
new livestream link
b7a4940
raw
history blame contribute delete
434 Bytes
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)