Spaces:
Sleeping
Sleeping
prabaerode
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -200,22 +200,22 @@ with gr.Blocks(theme='NoCrypt/miku') as CHATBOT:
|
|
200 |
# of this theme.
|
201 |
# """
|
202 |
# )
|
203 |
-
gr.HTML(value="""<div style="color: #FF4500;"><h1>
|
204 |
</div>""", elem_id='heading')
|
205 |
|
206 |
gr.HTML(value=f"""
|
207 |
<p style="font-family: sans-serif; font-size: 16px;">
|
208 |
-
A
|
209 |
</p>
|
210 |
""", elem_id='Sub-heading')
|
211 |
#usage_count = get_and_increment_value_count(db,collection_name, field_name)
|
212 |
-
gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 14px;">Developed by
|
213 |
|
214 |
with gr.Column(scale=3):
|
215 |
gr.Image(value='logo.png',height=200,width=200)
|
216 |
|
217 |
|
218 |
-
# gr.HTML(value="""<div style="color: #FF4500;"><h1>
|
219 |
# <img src='logo.png' alt="Chatbot" width="50" height="50" />
|
220 |
# </div>""", elem_id='heading')
|
221 |
|
|
|
200 |
# of this theme.
|
201 |
# """
|
202 |
# )
|
203 |
+
gr.HTML(value="""<div style="color: #FF4500;"><h1>CBSE-</h1> <h1><span style="color: #008000">AI Assisted Fun Learning</span></h1>
|
204 |
</div>""", elem_id='heading')
|
205 |
|
206 |
gr.HTML(value=f"""
|
207 |
<p style="font-family: sans-serif; font-size: 16px;">
|
208 |
+
A AI Chatbot assistant trained on CBSE Class 10 Science Notes to engage and help students and teachers.
|
209 |
</p>
|
210 |
""", elem_id='Sub-heading')
|
211 |
#usage_count = get_and_increment_value_count(db,collection_name, field_name)
|
212 |
+
gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 14px;">Developed by Prabakaran Kannan . Suggestions may be sent to <a href="mailto:kannanprabakaran84@gmail.com" style="color: #00008B; font-style: italic;">kannanprabakaran84@gmail.com</a>.</p>""", elem_id='Sub-heading1 ')
|
213 |
|
214 |
with gr.Column(scale=3):
|
215 |
gr.Image(value='logo.png',height=200,width=200)
|
216 |
|
217 |
|
218 |
+
# gr.HTML(value="""<div style="color: #FF4500;"><h1>CBSE-</h1> <h1><span style="color: #008000">AI Assisted Fun Learning</span></h1>
|
219 |
# <img src='logo.png' alt="Chatbot" width="50" height="50" />
|
220 |
# </div>""", elem_id='heading')
|
221 |
|