ageraustine commited on
Commit
e315388
·
verified ·
1 Parent(s): f09473c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ graph = workflow.compile(checkpointer=memory)
96
  config = {"configurable": {"thread_id": str(uuid.uuid4())}}
97
 
98
  # Streamlit app layout
99
- st.title("LangChain Chat")
100
  clear_button = st.sidebar.button("Clear Conversation", key="clear")
101
 
102
  # Initialise session state variables
 
96
  config = {"configurable": {"thread_id": str(uuid.uuid4())}}
97
 
98
  # Streamlit app layout
99
+ st.title("JobEasy AI")
100
  clear_button = st.sidebar.button("Clear Conversation", key="clear")
101
 
102
  # Initialise session state variables