iShare commited on
Commit
7350ede
·
1 Parent(s): 478580c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ import os
14
  from dotenv import load_dotenv
15
  load_dotenv()
16
 
17
- st.set_page_config(page_title="Open AI Chat Assistant", layout="wide")
18
- st.subheader("Open AI Chat Assistant: Life Enhancing with AI!")
19
 
20
  css_file = "main.css"
21
  with open(css_file) as f:
 
14
  from dotenv import load_dotenv
15
  load_dotenv()
16
 
17
+ st.set_page_config(page_title="Cheers! Open AI Chat Assistant", layout="wide")
18
+ st.subheader("Cheers! Open AI Chat Assistant: Life Enhancing with AI!")
19
 
20
  css_file = "main.css"
21
  with open(css_file) as f: