Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
asitts
/
apisecrettest
like
0
Runtime error
App
Files
Files
Community
asitts
commited on
Aug 31, 2023
Commit
fbe0ab6
•
1 Parent(s):
880db47
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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)