Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from streamlit_chat import message # For chat bubble UI
|
3 |
import openai
|
|
|
4 |
|
5 |
# Load API key securely
|
6 |
API_KEY = os.getenv("NV_API_KEY", "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")
|
|
|
1 |
import streamlit as st
|
2 |
from streamlit_chat import message # For chat bubble UI
|
3 |
import openai
|
4 |
+
import os
|
5 |
|
6 |
# Load API key securely
|
7 |
API_KEY = os.getenv("NV_API_KEY", "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")
|