asthaa30 commited on
Commit
62bede1
·
verified ·
1 Parent(s): 26554f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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