geeek commited on
Commit
dae86b0
·
verified ·
1 Parent(s): d2060f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -408,6 +408,7 @@ token = os.environ["TOKEN"]
408
  model=os.environ["MODEL"]
409
  with gr.Blocks(fill_height=True,fill_width=True,css=css,js="""
410
  () => {
 
411
  const link = document.querySelector("link[rel~='icon']") || document.createElement('link');
412
  link.type = 'image/svg+xml';
413
  link.rel = 'icon';
 
408
  model=os.environ["MODEL"]
409
  with gr.Blocks(fill_height=True,fill_width=True,css=css,js="""
410
  () => {
411
+ document.title ='AskCyph™ Video Generation - Cypher Tech Inc.';
412
  const link = document.querySelector("link[rel~='icon']") || document.createElement('link');
413
  link.type = 'image/svg+xml';
414
  link.rel = 'icon';