Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ openai.api_key = os.getenv("API_KEY")
|
|
13 |
def main():
|
14 |
st.title("Tech Support Chatbot")
|
15 |
st.text(" ")
|
16 |
-
st.text("This is a demo of a tech support chatbot.
|
17 |
|
18 |
# Initialize or continue the session's conversation history
|
19 |
if 'history' not in st.session_state:
|
|
|
13 |
def main():
|
14 |
st.title("Tech Support Chatbot")
|
15 |
st.text(" ")
|
16 |
+
st.text("This is a demo of a customised tech support chatbot.")
|
17 |
|
18 |
# Initialize or continue the session's conversation history
|
19 |
if 'history' not in st.session_state:
|