Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ headers = {
|
|
104 |
"Content-Type": "application/json"
|
105 |
}
|
106 |
key = os.getenv('OPENAI_API_KEY')
|
107 |
-
prompt = f"Write instructions to teach
|
108 |
should_save = st.sidebar.checkbox("💾 Save", value=True, help="Save your session data.")
|
109 |
|
110 |
# 2. Prompt label button demo for LLM
|
|
|
104 |
"Content-Type": "application/json"
|
105 |
}
|
106 |
key = os.getenv('OPENAI_API_KEY')
|
107 |
+
prompt = f"Write instructions to teach discharge planning along with guidelines and patient education. List entities, features and relationships to CCDA and FHIR objects in boldface."
|
108 |
should_save = st.sidebar.checkbox("💾 Save", value=True, help="Save your session data.")
|
109 |
|
110 |
# 2. Prompt label button demo for LLM
|