Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -155,7 +155,7 @@ if uploaded_file is not None:
|
|
| 155 |
f"""
|
| 156 |
<div style="background-color: #FFFAF5; padding: 10px; border-radius: 10px; margin-bottom: 10px;">
|
| 157 |
<p style="font-weight: bold; color: #FF5000;">Q{idx + 1}: {entry['question']}</p>
|
| 158 |
-
<p style="color:
|
| 159 |
</div>
|
| 160 |
""",
|
| 161 |
unsafe_allow_html=True
|
|
|
|
| 155 |
f"""
|
| 156 |
<div style="background-color: #FFFAF5; padding: 10px; border-radius: 10px; margin-bottom: 10px;">
|
| 157 |
<p style="font-weight: bold; color: #FF5000;">Q{idx + 1}: {entry['question']}</p>
|
| 158 |
+
<p style="color: black;">A{idx + 1}: {entry['answer']}</p>
|
| 159 |
</div>
|
| 160 |
""",
|
| 161 |
unsafe_allow_html=True
|