awacke1 commited on
Commit
db29e18
·
verified ·
1 Parent(s): 15efcf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -606,7 +606,7 @@ def add_medical_exam_buttons():
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(button_key + ': ' + content)
610
 
611
 
612
 
 
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