clr commited on
Commit
bbba272
·
1 Parent(s): fda5d39

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py DELETED
@@ -1,7 +0,0 @@
1
- import streamlit as st
2
- import os
3
-
4
- os.system('git clone https://github.com/google/REAPER/')
5
-
6
- x = st.slider('Select a value')
7
- st.write(x, 'squared is', x * x)