Nischal Subedi
commited on
Commit
·
a02417f
1
Parent(s):
cac7e1a
light theme
Browse files
app.py
CHANGED
|
@@ -586,7 +586,7 @@ Answer:"""
|
|
| 586 |
"""
|
| 587 |
|
| 588 |
# --- Gradio Blocks Layout ---
|
| 589 |
-
with gr.Blocks(css=custom_css, title="Landlord-Tenant Rights Assistant") as demo:
|
| 590 |
# The main container class is applied implicitly by Gradio, CSS targets it
|
| 591 |
|
| 592 |
# Header Section (No Card Style)
|
|
@@ -757,8 +757,8 @@ if __name__ == "__main__":
|
|
| 757 |
print("--------------------------\n")
|
| 758 |
app_interface.launch(
|
| 759 |
server_name="0.0.0.0", server_port=SERVER_PORT,
|
| 760 |
-
share=
|
| 761 |
-
|
| 762 |
)
|
| 763 |
|
| 764 |
except FileNotFoundError as fnf_error:
|
|
|
|
| 586 |
"""
|
| 587 |
|
| 588 |
# --- Gradio Blocks Layout ---
|
| 589 |
+
with gr.Blocks(theme = 'light',css=custom_css, title="Landlord-Tenant Rights Assistant") as demo:
|
| 590 |
# The main container class is applied implicitly by Gradio, CSS targets it
|
| 591 |
|
| 592 |
# Header Section (No Card Style)
|
|
|
|
| 757 |
print("--------------------------\n")
|
| 758 |
app_interface.launch(
|
| 759 |
server_name="0.0.0.0", server_port=SERVER_PORT,
|
| 760 |
+
share=True,
|
| 761 |
+
|
| 762 |
)
|
| 763 |
|
| 764 |
except FileNotFoundError as fnf_error:
|