Spaces:
Sleeping
Sleeping
Commit
·
223cdd7
1
Parent(s):
cf873c9
app
Browse files
app.py
CHANGED
@@ -35,6 +35,11 @@ st.markdown(
|
|
35 |
font-weight: bold;
|
36 |
color: #856404;
|
37 |
}
|
|
|
|
|
|
|
|
|
|
|
38 |
</style>
|
39 |
""",
|
40 |
unsafe_allow_html=True,
|
@@ -78,7 +83,7 @@ if st.button("Search", key="search_button"):
|
|
78 |
"""
|
79 |
<div style='background-color: #ffffff; padding: 20px; border-radius: 10px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); margin-top: 20px;'>
|
80 |
<h3 style='color: #1a237e;'>Answer:</h3>
|
81 |
-
<p
|
82 |
</div>
|
83 |
""".format(
|
84 |
response
|
|
|
35 |
font-weight: bold;
|
36 |
color: #856404;
|
37 |
}
|
38 |
+
.answer-text {
|
39 |
+
color: #000000;
|
40 |
+
font-size: 16px;
|
41 |
+
line-height: 1.6;
|
42 |
+
}
|
43 |
</style>
|
44 |
""",
|
45 |
unsafe_allow_html=True,
|
|
|
83 |
"""
|
84 |
<div style='background-color: #ffffff; padding: 20px; border-radius: 10px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); margin-top: 20px;'>
|
85 |
<h3 style='color: #1a237e;'>Answer:</h3>
|
86 |
+
<p class="answer-text">{}</p>
|
87 |
</div>
|
88 |
""".format(
|
89 |
response
|