Spaces:
Runtime error
Runtime error
Commit ·
86e4890
1
Parent(s): 4e02731
updated title
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ footer {visibility: hidden}
|
|
| 33 |
}
|
| 34 |
"""
|
| 35 |
|
| 36 |
-
with gr.Blocks(title="YouTube
|
| 37 |
|
| 38 |
|
| 39 |
input1 = gr.Textbox(label="Enter YouTube Link",value='',lines=1)
|
|
|
|
| 33 |
}
|
| 34 |
"""
|
| 35 |
|
| 36 |
+
with gr.Blocks(title="YouTube Dialogue Transcriber | Data Science Dojo", css = css) as demo:
|
| 37 |
|
| 38 |
|
| 39 |
input1 = gr.Textbox(label="Enter YouTube Link",value='',lines=1)
|