Spaces:
Sleeping
Sleeping
rameshmoorthy
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -192,12 +192,12 @@ with gr.Blocks(theme='Insuz/SimpleIndigo') as demo:
|
|
192 |
""", elem_id='Sub-heading')
|
193 |
#usage_count = get_and_increment_value_count(db,collection_name, field_name)
|
194 |
gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 16px;">Developed by K M Ramyasri , PGT . Suggestions may be sent to <a href="mailto:mramesh.irs@gov.in" style="color: #00008B; font-style: italic;">mramesh.irs@gov.in</a>.</p>""", elem_id='Sub-heading1 ')
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
""")
|
201 |
|
202 |
chatbot = gr.Chatbot(
|
203 |
[],
|
|
|
192 |
""", elem_id='Sub-heading')
|
193 |
#usage_count = get_and_increment_value_count(db,collection_name, field_name)
|
194 |
gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 16px;">Developed by K M Ramyasri , PGT . Suggestions may be sent to <a href="mailto:mramesh.irs@gov.in" style="color: #00008B; font-style: italic;">mramesh.irs@gov.in</a>.</p>""", elem_id='Sub-heading1 ')
|
195 |
+
# count_html = gr.HTML(value=f"""
|
196 |
+
# <div style="display: flex; justify-content: flex-end;">
|
197 |
+
# <span style="font-weight: bold; color: maroon; font-size: 18px;">No of Usages:</span>
|
198 |
+
# <span style="font-weight: bold; color: maroon; font-size: 18px;">{usage_count}</span>
|
199 |
+
# </div>
|
200 |
+
# """)
|
201 |
|
202 |
chatbot = gr.Chatbot(
|
203 |
[],
|