Nischal Subedi
commited on
Commit
·
78668ec
1
Parent(s):
82d384e
UI update
Browse files
app.py
CHANGED
@@ -1012,10 +1012,17 @@ Answer:"""
|
|
1012 |
with gr.Group(elem_classes="app-footer-wrapper"):
|
1013 |
gr.Markdown(
|
1014 |
f"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1015 |
<p>**Disclaimer:** This tool is for informational purposes only and does not constitute legal advice. For specific legal guidance, always consult with a licensed attorney in your jurisdiction.</p>
|
1016 |
-
<p>Developed by **Nischal Subedi**. Connect on <a href="https://www.linkedin.com/in/nischal1/" target="_blank" style="font-weight: bold; color: orange;">LinkedIn</a> or explore insights at <a href="https://datascientistinsights.substack.com/" target="_blank" style="font-weight: bold; color: orange;">Substack</a>.</p>
|
1017 |
"""
|
1018 |
-
|
1019 |
|
1020 |
|
1021 |
# Event Listeners for buttons
|
|
|
1012 |
with gr.Group(elem_classes="app-footer-wrapper"):
|
1013 |
gr.Markdown(
|
1014 |
f"""
|
1015 |
+
<style>
|
1016 |
+
.custom-link {{
|
1017 |
+
font-weight: bold !important;
|
1018 |
+
color: orange !important;
|
1019 |
+
text-decoration: underline;
|
1020 |
+
}}
|
1021 |
+
</style>
|
1022 |
<p>**Disclaimer:** This tool is for informational purposes only and does not constitute legal advice. For specific legal guidance, always consult with a licensed attorney in your jurisdiction.</p>
|
1023 |
+
<p>Developed by **Nischal Subedi**. Connect on <a href="https://www.linkedin.com/in/nischal1/" target="_blank" class="custom-link" style="font-weight: bold !important; color: orange !important;">LinkedIn</a> or explore insights at <a href="https://datascientistinsights.substack.com/" target="_blank" class="custom-link" style="font-weight: bold !important; color: orange !important;">Substack</a>.</p>
|
1024 |
"""
|
1025 |
+
)
|
1026 |
|
1027 |
|
1028 |
# Event Listeners for buttons
|