Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ if not st.session_state["authenticated"]:
|
|
34 |
st.stop()
|
35 |
|
36 |
# Main App
|
37 |
-
st.title("
|
38 |
st.caption("Chat with your contract or manage meeting minutes")
|
39 |
|
40 |
# Load API Key and Assistant IDs from Environment Variables
|
|
|
34 |
st.stop()
|
35 |
|
36 |
# Main App
|
37 |
+
st.title("CTrack Document Ai Assistant")
|
38 |
st.caption("Chat with your contract or manage meeting minutes")
|
39 |
|
40 |
# Load API Key and Assistant IDs from Environment Variables
|