il-hoon commited on
Commit
11b305d
·
1 Parent(s): fb4e222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -1,13 +1,4 @@
1
 
2
- import streamlit as st
3
-
4
- x = st.slider('Select a value')
5
- st.write(x, 'squared is', x * x)
6
-
7
- git add app.py
8
- git commit -m "Add application file"
9
- git push
10
-
11
  import gradio as gr
12
  import os
13
  import shlex
 
1
 
 
 
 
 
 
 
 
 
 
2
  import gradio as gr
3
  import os
4
  import shlex