awacke1 commited on
Commit
e92438f
1 Parent(s): e04893b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -85,9 +85,9 @@ with st.expander("Search by Common Terms 📚"):
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"
89
- f"Question: {question}/r/n"
90
- f"Options: {options_text}/r/n"
91
  f"Answer: {answer}")
92
 
93
  # Generating HTML content
 
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"
89
+ f"Question: {question}\r\n"
90
+ f"Options: {options_text}\r\n"
91
  f"Answer: {answer}")
92
 
93
  # Generating HTML content