Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,13 +74,22 @@ body {
|
|
74 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
75 |
}
|
76 |
|
77 |
-
#title-container h1
|
78 |
-
color: #
|
79 |
font-size: 4rem;
|
80 |
-
font-weight: bold;
|
81 |
font-family: 'Noto Sans JP', sans-serif;
|
82 |
margin: 0;
|
83 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
#chat-panel {
|
85 |
background-color: rgba(255, 255, 255, 0.85);
|
86 |
padding: 2rem;
|
@@ -93,14 +102,6 @@ body {
|
|
93 |
overflow-y: auto;
|
94 |
}
|
95 |
|
96 |
-
#page-title {
|
97 |
-
font-size: 8rem;
|
98 |
-
font-family: 'Noto Sans', serif;
|
99 |
-
text-align: center;
|
100 |
-
font-weight: bold;
|
101 |
-
color: #222;
|
102 |
-
margin-bottom: 2rem;
|
103 |
-
}
|
104 |
|
105 |
.gradio-container .chatbot h1 {
|
106 |
color: var(--custom-title-color) !important;
|
|
|
74 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
75 |
}
|
76 |
|
77 |
+
#title-container h1 {
|
78 |
+
color: #222 !important;
|
79 |
font-size: 4rem;
|
|
|
80 |
font-family: 'Noto Sans JP', sans-serif;
|
81 |
margin: 0;
|
82 |
}
|
83 |
+
|
84 |
+
#title-container .subtitle {
|
85 |
+
font-size: 1.4rem;
|
86 |
+
font-family: 'Noto Sans', sans-serif;
|
87 |
+
color: #222 !important;
|
88 |
+
margin-top: 0.5rem;
|
89 |
+
margin-bottom: 0;
|
90 |
+
width: 100%;
|
91 |
+
display: block;
|
92 |
+
}
|
93 |
#chat-panel {
|
94 |
background-color: rgba(255, 255, 255, 0.85);
|
95 |
padding: 2rem;
|
|
|
102 |
overflow-y: auto;
|
103 |
}
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
|
106 |
.gradio-container .chatbot h1 {
|
107 |
color: var(--custom-title-color) !important;
|