Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,8 @@ openai.api_key = os.getenv("API_KEY")
|
|
| 12 |
# Streamlit app:
|
| 13 |
def main():
|
| 14 |
st.title("Tech Support Chatbot")
|
| 15 |
-
st.
|
|
|
|
| 16 |
|
| 17 |
# Initialize or continue the session's conversation history
|
| 18 |
if 'history' not in st.session_state:
|
|
|
|
| 12 |
# Streamlit app:
|
| 13 |
def main():
|
| 14 |
st.title("Tech Support Chatbot")
|
| 15 |
+
st.text(" ")
|
| 16 |
+
st.text("This is a demo of a tech support chatbot. We can build these into Slack or other messaging apps customised with the apps and services your company uses and who to contact for additional help.")
|
| 17 |
|
| 18 |
# Initialize or continue the session's conversation history
|
| 19 |
if 'history' not in st.session_state:
|