Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ x = st.slider('Select a value')
|
|
5 |
st.write(x, 'squared is', x * x)
|
6 |
|
7 |
|
8 |
-
path = './
|
9 |
|
10 |
# Check if the directory already exists
|
11 |
if not os.path.exists(path):
|
|
|
5 |
st.write(x, 'squared is', x * x)
|
6 |
|
7 |
|
8 |
+
path = './data'
|
9 |
|
10 |
# Check if the directory already exists
|
11 |
if not os.path.exists(path):
|