Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,8 @@ css = """
|
|
120 |
def gradio_interface():
|
121 |
with gr.Blocks(css=css) as demo:
|
122 |
with gr.Row():
|
123 |
-
gr.Markdown("<h2 style='text-align: center;'>⚖️
|
|
|
124 |
with gr.Row():
|
125 |
gr.Markdown("<h4 style='text-align: center;'>Ask any legal questions related to Pakistani law.</h4>")
|
126 |
|
|
|
120 |
def gradio_interface():
|
121 |
with gr.Blocks(css=css) as demo:
|
122 |
with gr.Row():
|
123 |
+
gr.Markdown("<h2 style='text-align: center;'>⚖️ Legal AI Assistant Chatbot</h2>")
|
124 |
+
gr.Markdown("<h4 style='text-align: center;'>Created by [Engr. Hamesh Raj](https://www.linkedin.com/in/engr-hamesh-raj)</h4>"
|
125 |
with gr.Row():
|
126 |
gr.Markdown("<h4 style='text-align: center;'>Ask any legal questions related to Pakistani law.</h4>")
|
127 |
|