Raven7 commited on
Commit
8bbe4be
·
verified ·
1 Parent(s): ec9cf44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ datadf = pd.readparquet(datapath)
33
  def getprompt(act):
34
  matchingprompt = promptsdf[promptsdf['act'] == act]['prompt'].values
35
  return matchingprompt[0] if len(matchingprompt) 0 else None
36
-
37
  def respond(
38
  message,
39
  history: list[tuple[str, str]],
 
33
  def getprompt(act):
34
  matchingprompt = promptsdf[promptsdf['act'] == act]['prompt'].values
35
  return matchingprompt[0] if len(matchingprompt) 0 else None
36
+
37
  def respond(
38
  message,
39
  history: list[tuple[str, str]],