umangagarwal1008 commited on
Commit
f972a82
·
verified ·
1 Parent(s): 1a31395

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -261,7 +261,6 @@ Conversation:
261
 
262
  # ---- Guard Router ----
263
  def conv_guard_router(state: OrderState):
264
- st.write(state["history"])
265
  if state["conv_guard_result"] == "BLOCK":
266
  state["final_response"] = "Your request is being forwarded to a customer support specialist."
267
  state["intent"] = "0"
 
261
 
262
  # ---- Guard Router ----
263
  def conv_guard_router(state: OrderState):
 
264
  if state["conv_guard_result"] == "BLOCK":
265
  state["final_response"] = "Your request is being forwarded to a customer support specialist."
266
  state["intent"] = "0"