Dalleon commited on
Commit
c01ef2b
1 Parent(s): 35531dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -148,6 +148,7 @@ def user1(user_message, history):
148
  return "", history # clear user_message
149
 
150
  def updateprompt(ptemp):
 
151
  prompt_template = ptemp
152
 
153
  def bot(history):
 
148
  return "", history # clear user_message
149
 
150
  def updateprompt(ptemp):
151
+ print("[Changed prompt tempt] ", ptemp)
152
  prompt_template = ptemp
153
 
154
  def bot(history):