parvezalmuqtadir commited on
Commit
e5e4cf0
1 Parent(s): 16da659

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ ssl._create_default_https_context = ssl._create_unverified_context
15
  # Load environment variables from .env file
16
  load_dotenv()
17
 
18
- st.set_page_config(page_title="Wise Chat Labs")
19
 
20
  def display_messages():
21
  st.subheader("Chat with your PDF")
 
15
  # Load environment variables from .env file
16
  load_dotenv()
17
 
18
+ st.set_page_config(page_title="Wise Chat Labs - Advanced")
19
 
20
  def display_messages():
21
  st.subheader("Chat with your PDF")