Nischal Subedi
commited on
Commit
·
e9c1ae4
1
Parent(s):
0eef14e
UI update:
Browse files
app.py
CHANGED
@@ -468,7 +468,7 @@ Answer:"""
|
|
468 |
padding: 1.25rem 1.75rem !important; /* Inner padding for the title bar */
|
469 |
border-top-left-radius: 10px !important; /* Match parent's border radius */
|
470 |
border-top-right-radius: 10px !important;
|
471 |
-
margin-bottom:
|
472 |
text-align: center !important; /* Ensure content inside this bar is centered */
|
473 |
box-sizing: border-box; /* Include padding in width */
|
474 |
width: 100%; /* Ensure it spans full width */
|
@@ -1014,7 +1014,7 @@ Answer:"""
|
|
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 [LinkedIn](https://www.linkedin.com/in/nischal1/) or explore insights at [Substack](https://datascientistinsights.substack.com/)
|
1018 |
"""
|
1019 |
)
|
1020 |
|
|
|
468 |
padding: 1.25rem 1.75rem !important; /* Inner padding for the title bar */
|
469 |
border-top-left-radius: 10px !important; /* Match parent's border radius */
|
470 |
border-top-right-radius: 10px !important;
|
471 |
+
margin-bottom: 0.5rem !important; /* Adjusted from 1rem to reduce space below title bar */
|
472 |
text-align: center !important; /* Ensure content inside this bar is centered */
|
473 |
box-sizing: border-box; /* Include padding in width */
|
474 |
width: 100%; /* Ensure it spans full width */
|
|
|
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 **[LinkedIn](https://www.linkedin.com/in/nischal1/)** or explore insights at **[Substack](https://datascientistinsights.substack.com/)**.</p>
|
1018 |
"""
|
1019 |
)
|
1020 |
|