ghsambit commited on
Commit
ce369b2
·
verified ·
1 Parent(s): 7bb4749

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -34,7 +34,7 @@ def create_app():
34
  gr.HTML(tracking_script)
35
  gr.ChatInterface(
36
  fn=ask_ai,
37
- title="Vedanta AI 🤖 — Powered by Acrilc",
38
  description="Ask anything. Vedanta AI: by Sambit Ghosh."
39
  )
40
  return demo
 
34
  gr.HTML(tracking_script)
35
  gr.ChatInterface(
36
  fn=ask_ai,
37
+ title="Vedanta AI ✨️ — Powered by Acrilc",
38
  description="Ask anything. Vedanta AI: by Sambit Ghosh."
39
  )
40
  return demo