medmac01 commited on
Commit
c6dbe7a
1 Parent(s): 6b034c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Hunter!')
6
- st.caption("🚀 A streamlit chatbot powered by OpenAI LLM")
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?"}]