Nischal Subedi
commited on
Commit
·
ca5f7dc
1
Parent(s):
e9c1ae4
UI update
Browse files
app.py
CHANGED
@@ -891,7 +891,7 @@ Answer:"""
|
|
891 |
/* padding handled by section-title-gradient-bar and dashboard-card-content-area */
|
892 |
}
|
893 |
.section-title-gradient-bar {
|
894 |
-
padding: 0.
|
895 |
}
|
896 |
.dashboard-card-content-area {
|
897 |
padding: 0 1rem 1rem 1rem !important;
|
@@ -1010,14 +1010,14 @@ Answer:"""
|
|
1010 |
|
1011 |
# Footer Section - contains disclaimer and developer info (now including the full disclaimer)
|
1012 |
with gr.Group(elem_classes="app-footer-wrapper"):
|
1013 |
-
# Using paragraph tags for proper text wrapping and bolding in Markdown
|
1014 |
gr.Markdown(
|
1015 |
-
"""
|
1016 |
<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>
|
1017 |
-
<p>Developed by **Nischal Subedi**. Connect on
|
1018 |
"""
|
1019 |
)
|
1020 |
|
|
|
1021 |
# Event Listeners for buttons
|
1022 |
submit_button.click(
|
1023 |
fn=query_interface_wrapper,
|
|
|
891 |
/* padding handled by section-title-gradient-bar and dashboard-card-content-area */
|
892 |
}
|
893 |
.section-title-gradient-bar {
|
894 |
+
padding: 0.1rem 1rem !important;
|
895 |
}
|
896 |
.dashboard-card-content-area {
|
897 |
padding: 0 1rem 1rem 1rem !important;
|
|
|
1010 |
|
1011 |
# Footer Section - contains disclaimer and developer info (now including the full disclaimer)
|
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">**LinkedIn**</a> or explore insights at <a href="https://datascientistinsights.substack.com/" target="_blank">**Substack**</a>.</p>
|
1017 |
"""
|
1018 |
)
|
1019 |
|
1020 |
+
|
1021 |
# Event Listeners for buttons
|
1022 |
submit_button.click(
|
1023 |
fn=query_interface_wrapper,
|