eagle0504 commited on
Commit
dd917b9
1 Parent(s): 16eba78

app updated

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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 = []