arpit13 commited on
Commit
82ba340
·
verified ·
1 Parent(s): 694df17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -3
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 style='text-align:center;'>🌟 Vibrant Personal Assistant Chatbot 🌈</h1>")
162
 
163
  with gr.Row():
164
- gr.Markdown("<p style='text-align:center;'>Select a category and type your message to get tailored responses.</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",