spjall / app.py
clr's picture
Update app.py
a833220
raw
history blame
167 Bytes
import streamlit as st
import os.system
os.system('git clone https://github.com/google/REAPER/')
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)