naman1102 commited on
Commit
6c2ccc7
Β·
1 Parent(s): 2ed6110

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ graph.add_edge(
48
  START,
49
  llm,
50
  lambda state, user_input: {"messages": [user_input]},
51
- name="start_to_llm",
52
  )
53
 
54
  # ────────────────────────
 
48
  START,
49
  llm,
50
  lambda state, user_input: {"messages": [user_input]},
51
+ # name="start_to_llm",
52
  )
53
 
54
  # ────────────────────────