Rsamala commited on
Commit
c6fe7ea
·
1 Parent(s): f4e9a9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import openai
4
  import streamlit as st
5
 
6
  # Set the GPT-3 API key
7
- openai.api_key = st.secrets["pass"]
8
 
9
  # Read the text of the article from a file
10
  # with open("article.txt", "r") as f:
 
4
  import streamlit as st
5
 
6
  # Set the GPT-3 API key
7
+ #openai.api_key = st.secrets["pass"] -- uncomment while running
8
 
9
  # Read the text of the article from a file
10
  # with open("article.txt", "r") as f: