iAIChat commited on
Commit
d1a1919
1 Parent(s): 4f5ec0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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