asitts commited on
Commit
fbe0ab6
1 Parent(s): 880db47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,5 +8,5 @@ st.write(x, 'squared is', x * x)
8
 
9
  st.write('test')
10
 
11
- api_key = os.environ.get('apitest')
12
  st.write(api_key)
 
8
 
9
  st.write('test')
10
 
11
+ api_key = os.environ['apitest']
12
  st.write(api_key)