NEXAS commited on
Commit
83ed5ce
·
verified ·
1 Parent(s): a6148a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ from dotenv import load_dotenv
13
  nest_asyncio.apply()
14
 
15
  load_dotenv()
16
- st.set_page_config(layout='wide', page_title="MULTIMODAL RAG CHAT")
17
  memory_storage = StreamlitChatMessageHistory(key="chat_messages")
18
  memory = ConversationBufferWindowMemory(memory_key="chat_history", human_prefix="User", chat_memory=memory_storage, k=3)
19
 
@@ -29,7 +29,7 @@ add_bg_from_local(image_bg)
29
  st.markdown("""
30
  <svg width="600" height="100">
31
  <text x="50%" y="50%" font-family="San serif" font-size="42px" fill="Black" text-anchor="middle" stroke="white"
32
- stroke-width="0.3" stroke-linejoin="round">MULTIMODAL RAG CHAT
33
  </text>
34
  </svg>
35
  """, unsafe_allow_html=True)
 
13
  nest_asyncio.apply()
14
 
15
  load_dotenv()
16
+ st.set_page_config(layout='wide', page_title="InsightFusion Chat")
17
  memory_storage = StreamlitChatMessageHistory(key="chat_messages")
18
  memory = ConversationBufferWindowMemory(memory_key="chat_history", human_prefix="User", chat_memory=memory_storage, k=3)
19
 
 
29
  st.markdown("""
30
  <svg width="600" height="100">
31
  <text x="50%" y="50%" font-family="San serif" font-size="42px" fill="Black" text-anchor="middle" stroke="white"
32
+ stroke-width="0.3" stroke-linejoin="round">InsightFusion Chat
33
  </text>
34
  </svg>
35
  """, unsafe_allow_html=True)