iShare commited on
Commit
42e0e6b
·
1 Parent(s): e79a8b6

Update app.py

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