Update app.py
Browse files
app.py
CHANGED
|
@@ -2,8 +2,8 @@ import streamlit as st
|
|
| 2 |
from agents import investigator, router
|
| 3 |
# from agents_openai_fc import investigator
|
| 4 |
|
| 5 |
-
st.title('Cyber
|
| 6 |
-
st.caption("🚀 A
|
| 7 |
|
| 8 |
if "messages" not in st.session_state:
|
| 9 |
st.session_state["messages"] = [{"role": "assistant", "content": "How can I help you?"}]
|
|
|
|
| 2 |
from agents import investigator, router
|
| 3 |
# from agents_openai_fc import investigator
|
| 4 |
|
| 5 |
+
st.title('Sonic Cyber Assistant')
|
| 6 |
+
st.caption("🚀 A cyber assistant chatbot for threat hunting")
|
| 7 |
|
| 8 |
if "messages" not in st.session_state:
|
| 9 |
st.session_state["messages"] = [{"role": "assistant", "content": "How can I help you?"}]
|