Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,8 +71,8 @@ def initialize():
|
|
| 71 |
kadiAPY_bot = KadiAPYBot(llm, vectorstore)
|
| 72 |
|
| 73 |
|
| 74 |
-
result = store_message_from_json(HF_TOKEN)
|
| 75 |
-
print(result)
|
| 76 |
|
| 77 |
|
| 78 |
#initialize()
|
|
|
|
| 71 |
kadiAPY_bot = KadiAPYBot(llm, vectorstore)
|
| 72 |
|
| 73 |
|
| 74 |
+
#result = store_message_from_json(HF_TOKEN)
|
| 75 |
+
#print(result)
|
| 76 |
|
| 77 |
|
| 78 |
#initialize()
|