Nischal Subedi
commited on
Commit
·
dee52be
1
Parent(s):
27665bd
adding personal information
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ Answer:"""
|
|
214 |
|
215 |
/* Title and description */
|
216 |
.gr-title {
|
217 |
-
font-size:
|
218 |
font-weight: bold;
|
219 |
color: #2c3e50;
|
220 |
text-align: center;
|
@@ -229,7 +229,7 @@ Answer:"""
|
|
229 |
|
230 |
/* Footnote styling */
|
231 |
.footnote {
|
232 |
-
font-size: 1.1em;
|
233 |
color: #34495e;
|
234 |
text-align: center;
|
235 |
margin-top: 20px;
|
@@ -360,7 +360,7 @@ Answer:"""
|
|
360 |
padding: 15px;
|
361 |
}
|
362 |
.gr-title {
|
363 |
-
font-size:
|
364 |
}
|
365 |
.gr-description {
|
366 |
font-size: 1em;
|
@@ -410,7 +410,7 @@ Answer:"""
|
|
410 |
elem_classes="output-markdown"
|
411 |
),
|
412 |
title="🏠 Landlord-Tenant Rights Bot",
|
413 |
-
description="Ask questions about tenant rights and landlord-tenant laws based on state-specific legal documents. Provide your OpenAI API key, select a state, and enter your question below. You can get an API key from [OpenAI](https://platform.openai.com/api-keys).\n\n<div class='footnote'>Developed by Nischal Subedi. Follow me on
|
414 |
examples=example_queries,
|
415 |
theme=gr.themes.Default(),
|
416 |
css=custom_css
|
|
|
214 |
|
215 |
/* Title and description */
|
216 |
.gr-title {
|
217 |
+
font-size: 3em; /* Increased font size for the title */
|
218 |
font-weight: bold;
|
219 |
color: #2c3e50;
|
220 |
text-align: center;
|
|
|
229 |
|
230 |
/* Footnote styling */
|
231 |
.footnote {
|
232 |
+
font-size: 1.1em;
|
233 |
color: #34495e;
|
234 |
text-align: center;
|
235 |
margin-top: 20px;
|
|
|
360 |
padding: 15px;
|
361 |
}
|
362 |
.gr-title {
|
363 |
+
font-size: 2.2em; /* Adjusted for smaller screens */
|
364 |
}
|
365 |
.gr-description {
|
366 |
font-size: 1em;
|
|
|
410 |
elem_classes="output-markdown"
|
411 |
),
|
412 |
title="🏠 Landlord-Tenant Rights Bot",
|
413 |
+
description="Ask questions about tenant rights and landlord-tenant laws based on state-specific legal documents. Provide your OpenAI API key, select a state, and enter your question below. You can get an API key from [OpenAI](https://platform.openai.com/api-keys).\n\n<div class='footnote'>Developed by Nischal Subedi. Follow me on <a href='https://www.linkedin.com/in/nischal1/' target='_blank'>LinkedIn</a> or read my insights on <a href='https://datascientistinsights.substack.com/' target='_blank'>Substack</a>.</div>",
|
414 |
examples=example_queries,
|
415 |
theme=gr.themes.Default(),
|
416 |
css=custom_css
|