IAMTFRMZA commited on
Commit
2fa4248
·
verified ·
1 Parent(s): 2b8b374
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -2,10 +2,10 @@ import streamlit as st
2
  from openai import OpenAI
3
  import time
4
 
5
- st.set_page_config(page_title="Pathologai")
6
 
7
- st.title("Wits Pathology Ai Assistant")
8
- st.caption("Chat with an Ai Assistant on your Pathology Queries")
9
 
10
  # Sidebar for API Key input
11
  with st.sidebar:
@@ -17,7 +17,7 @@ else:
17
  st.error("Please enter your C2 Group of Technologies Access Key to continue.")
18
  st.stop()
19
 
20
- ASSISTANT_ID = "asst_Iu6cCU4CyugmAD2yPgktyivH"
21
 
22
  # Initialize session state for chat history
23
  if "messages" not in st.session_state:
 
2
  from openai import OpenAI
3
  import time
4
 
5
+ st.set_page_config(page_title="LOR Chat ReportAi")
6
 
7
+ st.title("LOR Chat Report Ai Assistant")
8
+ st.caption("Chat with an Ai Assistant on your LOR Chat Report")
9
 
10
  # Sidebar for API Key input
11
  with st.sidebar:
 
17
  st.error("Please enter your C2 Group of Technologies Access Key to continue.")
18
  st.stop()
19
 
20
+ ASSISTANT_ID = "asst_lLRD8YOe64ZZ3eYBGP1Ew5y9"
21
 
22
  # Initialize session state for chat history
23
  if "messages" not in st.session_state: