sam2ai commited on
Commit
d507cb5
·
1 Parent(s): e89be88

Update app.py

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