Walterchamy
commited on
Commit
•
47b00df
1
Parent(s):
ef21d5f
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
import streamlit as st
|
2 |
import openai
|
3 |
|
4 |
-
|
5 |
-
|
|
|
6 |
|
7 |
# KIITEC content
|
8 |
KIITEC_CONTENT = """
|
|
|
1 |
import streamlit as st
|
2 |
import openai
|
3 |
|
4 |
+
import os
|
5 |
+
|
6 |
+
openai.api_key = os.getenv("OPENAI_API_KEY")
|
7 |
|
8 |
# KIITEC content
|
9 |
KIITEC_CONTENT = """
|