RAMYASRI-39
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks(theme='NoCrypt/miku') as CHATBOT:
|
|
209 |
</p>
|
210 |
""", elem_id='Sub-heading')
|
211 |
#usage_count = get_and_increment_value_count(db,collection_name, field_name)
|
212 |
-
gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 14px;">Developed by K M Ramyasri ,
|
213 |
|
214 |
with gr.Column(scale=3):
|
215 |
gr.Image(value='logo.png',height=200,width=200)
|
|
|
209 |
</p>
|
210 |
""", elem_id='Sub-heading')
|
211 |
#usage_count = get_and_increment_value_count(db,collection_name, field_name)
|
212 |
+
gr.HTML(value=f"""<p style="font-family: Arial, sans-serif; font-size: 14px;">Developed by K M Ramyasri , TGT . Suggestions may be sent to <a href="mailto:ramyadevi1607@yahoo.com" style="color: #00008B; font-style: italic;">mramesh.irs@gov.in</a>.</p>""", elem_id='Sub-heading1 ')
|
213 |
|
214 |
with gr.Column(scale=3):
|
215 |
gr.Image(value='logo.png',height=200,width=200)
|