Skier8402 commited on
Commit
a6a3529
·
1 Parent(s): b325f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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****pq. NB: This is not a viable key.")
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