Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,11 +18,11 @@ from search_recommend import search_chat_respond
|
|
18 |
|
19 |
with gr.Blocks(theme='bethecloud/storj_theme', css=".gradio-container {background: url('file=image.png');background-size: cover}") as demo:
|
20 |
gr.Markdown("""
|
21 |
-

|
22 |
<div style= "display:block;
|
23 |
align-items: center;
|
24 |
gap: 0.8rem;">
|
25 |
-
|
|
|
26 |
<h2 style='text-align: center;color:darkslategrey'>Can be used to search and get recommended about podcasts, process newsletter insights over podcasts etc.</h2>
|
27 |
|
28 |
</div>
|
|
|
18 |
|
19 |
with gr.Blocks(theme='bethecloud/storj_theme', css=".gradio-container {background: url('file=image.png');background-size: cover}") as demo:
|
20 |
gr.Markdown("""
|
|
|
21 |
<div style= "display:block;
|
22 |
align-items: center;
|
23 |
gap: 0.8rem;">
|
24 |
+
<h1 style='text-align: center'> <img src="file/logo.png" alt="Podcaster" '
|
25 |
+
'style="height: 60px; width:100px;"/> </h1>
|
26 |
<h2 style='text-align: center;color:darkslategrey'>Can be used to search and get recommended about podcasts, process newsletter insights over podcasts etc.</h2>
|
27 |
|
28 |
</div>
|