Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|