PyaeSoneK commited on
Commit
5f16868
·
1 Parent(s): 2ed1c05

Update app.py

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