Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ ask = st.button("Ask")
|
|
126 |
|
127 |
if ask:
|
128 |
|
129 |
-
if api_key is
|
130 |
output = "Whoops looks like you forgot your API key buddy"
|
131 |
else:
|
132 |
try:
|
|
|
126 |
|
127 |
if ask:
|
128 |
|
129 |
+
if api_key is "":
|
130 |
output = "Whoops looks like you forgot your API key buddy"
|
131 |
else:
|
132 |
try:
|