awacke1 commited on
Commit
bc22cbf
·
1 Parent(s): e92438f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with st.expander("Search by Common Terms 📚"):
82
  options = row.get("options", {})
83
 
84
  # Formatting options dictionary into a string
85
- options_text = "<br>".join([f"{key}: {value}" for key, value in options.items()])
86
 
87
  # Concatenating with labels
88
  question_text = (f"QuestionNumber: {question_number}\r\n"
 
82
  options = row.get("options", {})
83
 
84
  # Formatting options dictionary into a string
85
+ options_text = "".join([f"{key}: {value}" for key, value in options.items()])
86
 
87
  # Concatenating with labels
88
  question_text = (f"QuestionNumber: {question_number}\r\n"