Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -0
src/streamlit_app.py
CHANGED
|
@@ -6,6 +6,8 @@ import streamlit as st
|
|
| 6 |
|
| 7 |
api_key = os.getenv("OPENAI_API_KEY")
|
| 8 |
|
|
|
|
|
|
|
| 9 |
st.title("Query Response APP")
|
| 10 |
|
| 11 |
|
|
|
|
| 6 |
|
| 7 |
api_key = os.getenv("OPENAI_API_KEY")
|
| 8 |
|
| 9 |
+
print(api_key)
|
| 10 |
+
|
| 11 |
st.title("Query Response APP")
|
| 12 |
|
| 13 |
|