Spaces:
Runtime error
Runtime error
louis030195
commited on
Commit
β’
2142bad
1
Parent(s):
4b868cb
π
Browse files
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
|
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
|