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