bstraehle commited on
Commit
faa26bc
·
1 Parent(s): d468501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ template = """Use the following pieces of context to answer the question at the
22
 
23
  QA_CHAIN_PROMPT = PromptTemplate(input_variables = ["context", "question"], template = template)
24
 
25
- rng = random.randrange(1000000).str()
26
 
27
  CHROMA_DIR = "docs/chroma" + rng
28
  YOUTUBE_DIR = "docs/youtube" + rng
 
22
 
23
  QA_CHAIN_PROMPT = PromptTemplate(input_variables = ["context", "question"], template = template)
24
 
25
+ rng = str(random.randrange(1000000))
26
 
27
  CHROMA_DIR = "docs/chroma" + rng
28
  YOUTUBE_DIR = "docs/youtube" + rng