openflexure-microscope / livestream.py
sgbaird's picture
Full app files (slightly tweaked from @kenzo-aspuru-takata)
32b5cd7
raw
history blame
438 Bytes
def show():
import streamlit as st
st.title("Livestream")
# livestreammicroscope1 = ""
livestreammicroscope2 = "https://www.youtube.com/live/xbWFNAgEIDQ"
# 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)