import streamlit as st import os os.system('git clone https://github.com/google/REAPER/') x = st.slider('Select a value') st.write(x, 'squared is', x * x)