Update app.py
Browse files
app.py
CHANGED
@@ -62,6 +62,7 @@ with gr.Blocks() as demo:
|
|
62 |
bot, chatbot, chatbot
|
63 |
)
|
64 |
clear.click(lambda: None, None, chatbot, queue=False)
|
65 |
-
|
|
|
66 |
demo.queue()
|
67 |
demo.launch()
|
|
|
62 |
bot, chatbot, chatbot
|
63 |
)
|
64 |
clear.click(lambda: None, None, chatbot, queue=False)
|
65 |
+
|
66 |
+
demo.title = "🐢 Olive: OdiaGPT Model built by the OdiaGenAI Team"
|
67 |
demo.queue()
|
68 |
demo.launch()
|