awacke1 commited on
Commit
f61a2eb
·
1 Parent(s): ce77724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ headers = {
108
  key = os.getenv('OPENAI_API_KEY')
109
  prompt = f"Write instructions to teach anyone to write a discharge plan. List the entities, features and relationships to CCDA and FHIR objects in boldface."
110
  # page config and sidebar declares up front allow all other functions to see global class variables
111
- st.set_page_config(page_title="GPT Streamlit Document Reasoner", layout="wide")
112
  should_save = st.sidebar.checkbox("💾 Save", value=True, help="Save your session data.")
113
 
114
  # 2. Prompt label button demo for LLM
 
108
  key = os.getenv('OPENAI_API_KEY')
109
  prompt = f"Write instructions to teach anyone to write a discharge plan. List the entities, features and relationships to CCDA and FHIR objects in boldface."
110
  # page config and sidebar declares up front allow all other functions to see global class variables
111
+ # st.set_page_config(page_title="GPT Streamlit Document Reasoner", layout="wide")
112
  should_save = st.sidebar.checkbox("💾 Save", value=True, help="Save your session data.")
113
 
114
  # 2. Prompt label button demo for LLM