rameshmoorthy commited on
Commit
f4411dc
·
verified ·
1 Parent(s): 3a8a468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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:[email protected]" style="color: #00008B; font-style: italic;">[email protected]</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
  [],
 
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:[email protected]" style="color: #00008B; font-style: italic;">[email protected]</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
  [],