Spaces:
Sleeping
Sleeping
SHAMIL SHAHBAZ AWAN commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -321,7 +321,7 @@ memory: MemorySaver = MemorySaver()
|
|
| 321 |
# Compile the workflow into an application
|
| 322 |
react_graph_memory: CompiledStateGraph = builder.compile(checkpointer=memory)
|
| 323 |
|
| 324 |
-
st.title("
|
| 325 |
st.caption("Your AI-powered space exploration assistant")
|
| 326 |
|
| 327 |
if "messages" not in st.session_state:
|
|
|
|
| 321 |
# Compile the workflow into an application
|
| 322 |
react_graph_memory: CompiledStateGraph = builder.compile(checkpointer=memory)
|
| 323 |
|
| 324 |
+
st.title("🌠CosmoBot🌠: Unveiling the mysteries of space.")
|
| 325 |
st.caption("Your AI-powered space exploration assistant")
|
| 326 |
|
| 327 |
if "messages" not in st.session_state:
|