Update app.py
Browse files
app.py
CHANGED
@@ -56,6 +56,9 @@ demo = gr.ChatInterface(
|
|
56 |
label="Top-p (nucleus sampling)",
|
57 |
),
|
58 |
],
|
|
|
|
|
|
|
59 |
)
|
60 |
|
61 |
|
|
|
56 |
label="Top-p (nucleus sampling)",
|
57 |
),
|
58 |
],
|
59 |
+
title="Maritime Legal Assistant",
|
60 |
+
description="This chatbot provides legal assistance related to maritime laws using a fine-tuned model hosted on Hugging Face and integrated with Groq API.",
|
61 |
+
|
62 |
)
|
63 |
|
64 |
|