w3robotics commited on
Commit
ee02d06
·
verified ·
1 Parent(s): ccb54a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = './tempDir'
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):