IAMTFRMZA commited on
Commit
d036356
·
verified ·
1 Parent(s): 3fc1892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from io import BytesIO
8
  from openai import OpenAI
9
 
10
  # ------------------ App Configuration ------------------
11
- st.set_page_config(page_title="Document AI Assistant", layout="wide")
12
  st.title("📄 Document AI Assistant")
13
  st.caption("Chat with an AI Assistant on your construction documents")
14
 
 
8
  from openai import OpenAI
9
 
10
  # ------------------ App Configuration ------------------
11
+ st.set_page_config(page_title="Schlaeger Forrestdale DocAIA", layout="wide")
12
  st.title("📄 Document AI Assistant")
13
  st.caption("Chat with an AI Assistant on your construction documents")
14