SHAMIL SHAHBAZ AWAN commited on
Commit
61964af
·
verified ·
1 Parent(s): 535dcff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("🌠CosmoBot🌠: Unveiling the mysteries of space.")
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: