Update app.py
Browse files
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:
|