Spaces:
Runtime error
Runtime error
NCTCMumbai
commited on
Commit
•
52c1b59
1
Parent(s):
207595d
Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ with gr.Blocks(theme='Insuz/SimpleIndigo') as demo:
|
|
191 |
</p>
|
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 Ramesh M IRS (C& CE), 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>
|
|
|
191 |
</p>
|
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 Ramesh M IRS (C& CE) (R-19187), 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>
|