awacke1 commited on
Commit
78da071
1 Parent(s): db29e18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -605,10 +605,8 @@ def add_medical_exam_buttons():
605
  for idx, (label, content) in enumerate(descriptions.items()):
606
  button_key = f"button_{idx}"
607
  if st.button(label, key=button_key):
608
- st.write(f"Clicked on {label} with key {button_key}")
609
- StreamLLMChatResponse(label + ': ' + content)
610
-
611
-
612
 
613
  def add_medical_exam_buttons2():
614
  with st.expander("Medical Licensing Exam Topics 📚", expanded=False):
 
605
  for idx, (label, content) in enumerate(descriptions.items()):
606
  button_key = f"button_{idx}"
607
  if st.button(label, key=button_key):
608
+ st.write(f"Running {label}")
609
+ StreamLLMChatResponse('Create a streamlit function with markdown outline for definition of topic ' + label + ' also short quiz for: ' + content)
 
 
610
 
611
  def add_medical_exam_buttons2():
612
  with st.expander("Medical Licensing Exam Topics 📚", expanded=False):