il-hoon commited on
Commit
c109c30
·
1 Parent(s): 575d105

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,10 +1,10 @@
1
- $git clone https://huggingface.co/spaces/il-hoon/realKtimeKvoice
2
 
3
  import streamlit as st
4
 
5
  x = st.slider('Select a value')
6
  st.write(x, 'squared is', x * x)
7
 
8
- $git add app.py
9
- $git commit -m "Add application file"
10
- $git push
 
1
+ git clone https://huggingface.co/spaces/il-hoon/realKtimeKvoice
2
 
3
  import streamlit as st
4
 
5
  x = st.slider('Select a value')
6
  st.write(x, 'squared is', x * x)
7
 
8
+ git add app.py
9
+ git commit -m "Add application file"
10
+ git push