Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -156,13 +156,25 @@ header {
|
|
156 |
margin-bottom: 10px;
|
157 |
}
|
158 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
""") as chat_interface:
|
160 |
with gr.Row():
|
161 |
-
gr.Markdown("<h1
|
162 |
|
163 |
with gr.Row():
|
164 |
-
gr.Markdown("<p
|
165 |
-
|
166 |
with gr.Row():
|
167 |
main_category = gr.Radio(
|
168 |
label="Main Category",
|
|
|
156 |
margin-bottom: 10px;
|
157 |
}
|
158 |
|
159 |
+
#header-title {
|
160 |
+
font-size: 2.5rem;
|
161 |
+
font-weight: bold;
|
162 |
+
}
|
163 |
+
|
164 |
+
#description {
|
165 |
+
font-size: 1.2rem;
|
166 |
+
color: #555;
|
167 |
+
margin-top: 10px;
|
168 |
+
text-align: center;
|
169 |
+
font-style: italic;
|
170 |
+
}
|
171 |
""") as chat_interface:
|
172 |
with gr.Row():
|
173 |
+
gr.Markdown("<h1 id='header-title'>ChatSphere 🌟</h1>")
|
174 |
|
175 |
with gr.Row():
|
176 |
+
gr.Markdown("<p id='description'>ChatSphere is a dynamic, AI-powered chatbot designed to offer personalized guidance across a range of topics—from academic support to career advice, wellness, and more. With its intuitive interface and tailored responses, ChatSphere acts as your go-to companion for life’s challenges, providing helpful insights, motivation, and practical tips to help you succeed in both personal and professional journeys.</p>")
|
177 |
+
|
178 |
with gr.Row():
|
179 |
main_category = gr.Radio(
|
180 |
label="Main Category",
|