frimelle HF Staff commited on
Commit
9bf5ae3
·
1 Parent(s): 29b36ec
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,11 +76,11 @@ def respond(message, history):
76
 
77
  # Save after each message pair
78
  append_to_session_log(message, response)
 
79
 
80
  # ---- Gradio Interface ----
81
  demo = gr.ChatInterface(
82
  respond,
83
- increment_session_id,
84
  title="BoundrAI",
85
  )
86
 
 
76
 
77
  # Save after each message pair
78
  append_to_session_log(message, response)
79
+ increment_session_id()
80
 
81
  # ---- Gradio Interface ----
82
  demo = gr.ChatInterface(
83
  respond,
 
84
  title="BoundrAI",
85
  )
86