Tonic commited on
Commit
c352f02
1 Parent(s): f43b963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
  import json
4
  from decouple import Config
5
 
6
- config = Config(.env)
7
  config.read('.env')
8
 
9
  def query_vectara(question, chat_history):
 
3
  import json
4
  from decouple import Config
5
 
6
+ config = Config('.env')
7
  config.read('.env')
8
 
9
  def query_vectara(question, chat_history):