Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ from search_recommend import search_chat_respond
|
|
16 |
|
17 |
|
18 |
|
19 |
-
with gr.Blocks(theme='bethecloud/storj_theme', css=".gradio-container {background: url('file=image.png')}") as demo:
|
20 |
gr.HTML('<img src="https://framerusercontent.com/images/cVca7XpB1kCi8H10JIe8TQPNVQ.png" alt="Podcaster" '
|
21 |
'style="height: 60px; width:100px;"/>')
|
22 |
gr.Markdown("""
|
|
|
16 |
|
17 |
|
18 |
|
19 |
+
with gr.Blocks(theme='bethecloud/storj_theme', css=".gradio-container {background: url('file=image.png');background-size: cover}") as demo:
|
20 |
gr.HTML('<img src="https://framerusercontent.com/images/cVca7XpB1kCi8H10JIe8TQPNVQ.png" alt="Podcaster" '
|
21 |
'style="height: 60px; width:100px;"/>')
|
22 |
gr.Markdown("""
|