NEXAS commited on
Commit
f991db7
·
verified ·
1 Parent(s): 21e4bb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ load_dotenv()
17
  memory_storage = StreamlitChatMessageHistory(key="chat_messages")
18
  memory = ConversationBufferWindowMemory(memory_key="chat_history", human_prefix="User", chat_memory=memory_storage, k=3)
19
 
20
- image_bg = r"data/multimodal_bg.png"
21
 
22
  def add_bg_from_local(image_file):
23
  with open(image_file, "rb") as image_file:
 
17
  memory_storage = StreamlitChatMessageHistory(key="chat_messages")
18
  memory = ConversationBufferWindowMemory(memory_key="chat_history", human_prefix="User", chat_memory=memory_storage, k=3)
19
 
20
+ image_bg = r"data/pexels-fwstudio-33348-129731.jpg"
21
 
22
  def add_bg_from_local(image_file):
23
  with open(image_file, "rb") as image_file: