Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,6 +121,7 @@ def perform_verification(claim, context, model_qatc, tokenizer_qatc, model_tc, t
|
|
121 |
# Set up page configuration
|
122 |
st.set_page_config(page_title="SemViQA Demo", layout="wide")
|
123 |
|
|
|
124 |
# Custom CSS: fixed header and tabs, dynamic height, result box formatting
|
125 |
st.markdown(
|
126 |
"""
|
@@ -154,11 +155,12 @@ st.markdown(
|
|
154 |
}
|
155 |
.stButton>button {
|
156 |
background-color: var(--primary-color);
|
157 |
-
color:
|
158 |
font-size: 16px;
|
159 |
width: 100%;
|
160 |
border-radius: 8px;
|
161 |
padding: 10px;
|
|
|
162 |
}
|
163 |
.stTextArea textarea {
|
164 |
font-size: 16px;
|
|
|
121 |
# Set up page configuration
|
122 |
st.set_page_config(page_title="SemViQA Demo", layout="wide")
|
123 |
|
124 |
+
# Custom CSS: fixed header and tabs, dynamic height, result box formatting
|
125 |
# Custom CSS: fixed header and tabs, dynamic height, result box formatting
|
126 |
st.markdown(
|
127 |
"""
|
|
|
155 |
}
|
156 |
.stButton>button {
|
157 |
background-color: var(--primary-color);
|
158 |
+
color: var(--text-color); /* Đảm bảo màu chữ tương phản với nền */
|
159 |
font-size: 16px;
|
160 |
width: 100%;
|
161 |
border-radius: 8px;
|
162 |
padding: 10px;
|
163 |
+
border: 1px solid var(--primary-color); /* Thêm viền để nút nổi bật hơn */
|
164 |
}
|
165 |
.stTextArea textarea {
|
166 |
font-size: 16px;
|