Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,8 @@ import streamlit as st
|
|
| 3 |
import openai
|
| 4 |
|
| 5 |
#streamlit run main.py
|
| 6 |
-
import os
|
| 7 |
-
os.environ.getattribute("openai.api_key")
|
| 8 |
|
| 9 |
header = st.container()
|
| 10 |
about = st.container()
|
|
|
|
| 3 |
import openai
|
| 4 |
|
| 5 |
#streamlit run main.py
|
| 6 |
+
# import os
|
| 7 |
+
# os.environ.getattribute("openai.api_key")
|
| 8 |
|
| 9 |
header = st.container()
|
| 10 |
about = st.container()
|