awacke1 commited on
Commit
ef9f307
1 Parent(s): 25ed3aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -335,8 +335,8 @@ def get_zip_download_link(zip_file):
335
  return href
336
 
337
  def main():
338
- st.title("Medical Llama Test Bench with Inference Endpoints Llama 7B")
339
- 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."
340
  example_input = st.text_input("Enter your example text:", value=prompt)
341
  if st.button("Run Prompt With Dr Llama"):
342
  try:
 
335
  return href
336
 
337
  def main():
338
+ st.title(" DrLlama7B")
339
+ prompt = f"Write ten funny jokes that are tweet length stories that make you laugh. Show as markdown outline with emojis for each."
340
  example_input = st.text_input("Enter your example text:", value=prompt)
341
  if st.button("Run Prompt With Dr Llama"):
342
  try: