louis030195 commited on
Commit
2142bad
β€’
1 Parent(s): 4b868cb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def chat(user_input: str) -> str:
67
  if not os.getenv("OPENAI_API_KEY"):
68
  openai_key = st.text_input("Your OpenAI key")
69
  openai.api_key = openai_key
70
- user_input = st.text_input("You", "How can I reach maximum happiness this year?")
71
  # button
72
  if st.button("Send"):
73
  # display clone response
 
67
  if not os.getenv("OPENAI_API_KEY"):
68
  openai_key = st.text_input("Your OpenAI key")
69
  openai.api_key = openai_key
70
+ user_input = st.text_input("You", "How can I reach maximum happiness?")
71
  # button
72
  if st.button("Send"):
73
  # display clone response