david-oplatka commited on
Commit
d14928c
·
verified ·
1 Parent(s): fed1aac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ cfg.description = f'''
52
  <h4 style="text-align: center;">{cfg.description}</h4>
53
  '''
54
 
55
- vq = VectaraQuery(cfg.api_key, cgf.customer_id, cfg.corpus_ids, cfg.prompt_name)
56
 
57
 
58
  def respond(message, history):
 
52
  <h4 style="text-align: center;">{cfg.description}</h4>
53
  '''
54
 
55
+ vq = VectaraQuery(cfg.api_key, cfg.customer_id, cfg.corpus_ids, cfg.prompt_name)
56
 
57
 
58
  def respond(message, history):