Spaces:
Sleeping
Sleeping
RAMYASRI-39
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,8 @@ template_html = env.get_template('template_html.j2')
|
|
48 |
# collection_name = 'Nirvachana' # Replace with your collection name
|
49 |
# field_name = 'message_count' # Replace with your field name for count
|
50 |
# Examples
|
51 |
-
examples = ['Tabulate the difference between
|
52 |
-
'Frame 5 short questions and 5 MCQ
|
53 |
]
|
54 |
|
55 |
|
@@ -215,13 +215,13 @@ with gr.Blocks(theme='NoCrypt/miku') as CHATBOT:
|
|
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 |
|
222 |
# gr.HTML(value=f"""
|
223 |
# <p style="font-family: sans-serif; font-size: 16px;">
|
224 |
-
# A free Artificial Intelligence Chatbot assistant trained on CBSE Class
|
225 |
# </p>
|
226 |
# """, elem_id='Sub-heading')
|
227 |
# #usage_count = get_and_increment_value_count(db,collection_name, field_name)
|
|
|
48 |
# collection_name = 'Nirvachana' # Replace with your collection name
|
49 |
# field_name = 'message_count' # Replace with your field name for count
|
50 |
# Examples
|
51 |
+
examples = ['Tabulate the difference between cellas and Tissues','What are cell organelles?',
|
52 |
+
'Frame 5 short questions and 5 MCQ from tissues ','Suggest creative and engaging ideas to teach students on Chapter on Metals and Non Metals '
|
53 |
]
|
54 |
|
55 |
|
|
|
215 |
gr.Image(value='logo.png',height=200,width=200)
|
216 |
|
217 |
|
218 |
+
# gr.HTML(value="""<div style="color: #FF4500;"><h1>CHEERFUL 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 |
|
222 |
# gr.HTML(value=f"""
|
223 |
# <p style="font-family: sans-serif; font-size: 16px;">
|
224 |
+
# A free Artificial Intelligence Chatbot assistant trained on CBSE Class 9 Science Notes to engage and help students and teachers of Puducherry.
|
225 |
# </p>
|
226 |
# """, elem_id='Sub-heading')
|
227 |
# #usage_count = get_and_increment_value_count(db,collection_name, field_name)
|