awacke1 commited on
Commit
c6812c5
1 Parent(s): 47398c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 anyone to write a discharge plan. List the 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
 
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