Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,8 @@ with open(css_file) as f:
|
|
25 |
|
26 |
HUGGINGFACEHUB_API_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
27 |
|
|
|
|
|
28 |
# Load documents from a directory
|
29 |
documents = SimpleDirectoryReader('data').load_data()
|
30 |
|
|
|
25 |
|
26 |
HUGGINGFACEHUB_API_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
27 |
|
28 |
+
wechat_image= "WeChatCode.jpg"
|
29 |
+
|
30 |
# Load documents from a directory
|
31 |
documents = SimpleDirectoryReader('data').load_data()
|
32 |
|