Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def load_custom_css():
|
|
48 |
}
|
49 |
|
50 |
h3, h4 {
|
51 |
-
color: #
|
52 |
font-weight: 600 !important;
|
53 |
font-size: 1.6rem !important; /* Increase font size for sub-headers */
|
54 |
margin-top: 1.5rem !important;
|
@@ -383,7 +383,7 @@ def main():
|
|
383 |
# Enhanced system information section
|
384 |
st.markdown("""
|
385 |
<div style="background-color: #F9FAFB; padding: 1.5rem; border-radius: 12px; margin-bottom: 2rem;">
|
386 |
-
<h3
|
387 |
<p style="color: #ff0015;">
|
388 |
ระบบนี้ใช้เทคโนโลยี <strong>RAG (Retrieval-Augmented Generation)</strong>
|
389 |
ในการค้นหาและตอบคำถามเกี่ยวกับปฏิทินการศึกษา
|
@@ -402,7 +402,7 @@ def main():
|
|
402 |
# Enhanced system status section
|
403 |
st.markdown("""
|
404 |
<div style="background-color: #f9fafb; padding: 1.5rem; border-radius: 12px;">
|
405 |
-
<h3
|
406 |
<div style="margin-top: 1rem;">
|
407 |
<p><strong>⏰ เวลาปัจจุบัน:</strong><br>
|
408 |
{}</p>
|
|
|
48 |
}
|
49 |
|
50 |
h3, h4 {
|
51 |
+
color: #ff0000; /* Black sub-headers */
|
52 |
font-weight: 600 !important;
|
53 |
font-size: 1.6rem !important; /* Increase font size for sub-headers */
|
54 |
margin-top: 1.5rem !important;
|
|
|
383 |
# Enhanced system information section
|
384 |
st.markdown("""
|
385 |
<div style="background-color: #F9FAFB; padding: 1.5rem; border-radius: 12px; margin-bottom: 2rem;">
|
386 |
+
<h3>ℹ️ เกี่ยวกับระบบ</h3>
|
387 |
<p style="color: #ff0015;">
|
388 |
ระบบนี้ใช้เทคโนโลยี <strong>RAG (Retrieval-Augmented Generation)</strong>
|
389 |
ในการค้นหาและตอบคำถามเกี่ยวกับปฏิทินการศึกษา
|
|
|
402 |
# Enhanced system status section
|
403 |
st.markdown("""
|
404 |
<div style="background-color: #f9fafb; padding: 1.5rem; border-radius: 12px;">
|
405 |
+
<h3>🔄 สถานะระบบ</h3>
|
406 |
<div style="margin-top: 1rem;">
|
407 |
<p><strong>⏰ เวลาปัจจุบัน:</strong><br>
|
408 |
{}</p>
|