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