Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def main():
|
|
34 |
st.markdown("2. What is the average income?")
|
35 |
st.markdown("3. What is the average age of people who live in London?")
|
36 |
st.markdown("Go to [this page](https://openai.com/pricing) to get an OpenAI API key.")
|
37 |
-
st.markdown("The API key takes the following form: sk****
|
38 |
|
39 |
# text input to ask for openai api key
|
40 |
# then hide the input
|
|
|
34 |
st.markdown("2. What is the average income?")
|
35 |
st.markdown("3. What is the average age of people who live in London?")
|
36 |
st.markdown("Go to [this page](https://openai.com/pricing) to get an OpenAI API key.")
|
37 |
+
st.markdown("The API key takes the following form: sk****hx. NB: This is not a viable key.")
|
38 |
|
39 |
# text input to ask for openai api key
|
40 |
# then hide the input
|