Spaces:
PhilSpiel
/
Running

PhilSpiel commited on
Commit
3753eeb
1 Parent(s): 7e2c1ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ prefix = "/data/" # "data/" if local or not persistent in HF
26
  ############### CHAT ###################
27
  def predict(user_input, history):
28
  max_length = 500
29
- transcript_file_path = "transcript.txt"
30
  transcript = "" # Initialize the transcript variable
31
 
32
  if user_input == tx:
 
26
  ############### CHAT ###################
27
  def predict(user_input, history):
28
  max_length = 500
29
+ transcript_file_path = f"{prefix}{coach_code}-transcript.txt"
30
  transcript = "" # Initialize the transcript variable
31
 
32
  if user_input == tx: