Update app.py
Browse files
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';
|