Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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}
|
89 |
-
f"Question: {question}
|
90 |
-
f"Options: {options_text}
|
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
|