Spaces:
Sleeping
Sleeping
app updated
Browse files
app.py
CHANGED
@@ -9,9 +9,6 @@ from helpers.foundation_models import *
|
|
9 |
openai_client = openai.OpenAI(api_key=os.environ["OPENAI_API_KEY"])
|
10 |
|
11 |
|
12 |
-
st.title("🌟 Streamlit + Hugging Face Demo 🤖")
|
13 |
-
|
14 |
-
|
15 |
# Initialize chat history
|
16 |
if "messages" not in st.session_state:
|
17 |
st.session_state.messages = []
|
|
|
9 |
openai_client = openai.OpenAI(api_key=os.environ["OPENAI_API_KEY"])
|
10 |
|
11 |
|
|
|
|
|
|
|
12 |
# Initialize chat history
|
13 |
if "messages" not in st.session_state:
|
14 |
st.session_state.messages = []
|