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 = ['
|
52 |
-
'Frame 5 short questions and 5 MCQ on Chapter 2 ','Suggest creative and engaging ideas to teach students on Chapter on
|
53 |
]
|
54 |
|
55 |
|
@@ -205,7 +205,7 @@ with gr.Blocks(theme='NoCrypt/miku') as CHATBOT:
|
|
205 |
|
206 |
gr.HTML(value=f"""
|
207 |
<p style="font-family: sans-serif; font-size: 16px;">
|
208 |
-
A free Artificial Intelligence Chatbot assistant trained on CBSE Class 10 Science Notes to engage and help students and teachers of Puducherry.
|
209 |
</p>
|
210 |
""", elem_id='Sub-heading')
|
211 |
#usage_count = get_and_increment_value_count(db,collection_name, field_name)
|
@@ -221,7 +221,7 @@ with gr.Blocks(theme='NoCrypt/miku') as CHATBOT:
|
|
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 10 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)
|
|
|
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 = ['What are the powers shared between the Government?','What are water reaources?',
|
52 |
+
'Frame 5 short questions and 5 MCQ on Chapter 2 ','Suggest creative and engaging ideas to teach students on Chapter on power sharing'
|
53 |
]
|
54 |
|
55 |
|
|
|
205 |
|
206 |
gr.HTML(value=f"""
|
207 |
<p style="font-family: sans-serif; font-size: 16px;">
|
208 |
+
A free Artificial Intelligence Chatbot assistant trained on CBSE Class 10 social Science Notes to engage and help students and teachers of Puducherry.
|
209 |
</p>
|
210 |
""", elem_id='Sub-heading')
|
211 |
#usage_count = get_and_increment_value_count(db,collection_name, field_name)
|
|
|
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 10 social 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)
|