Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
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
|