Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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!
|
| 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:
|