Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from decouple import Config
|
|
| 5 |
|
| 6 |
config = Config('.env')
|
| 7 |
|
| 8 |
-
def query_vectara(question
|
| 9 |
# Get the user's message from the chat history
|
| 10 |
user_message = question
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
config = Config('.env')
|
| 7 |
|
| 8 |
+
def query_vectara(question):
|
| 9 |
# Get the user's message from the chat history
|
| 10 |
user_message = question
|
| 11 |
|