Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ with gr.Blocks(theme='bethecloud/storj_theme', css=".gradio-container {backgroun
|
|
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" style="height: 50px; width:65px"> PodcastPulse: Unveiling Insights </h1>
|
25 |
-
<h2 style='text-align: center;color:
|
26 |
|
27 |
</div>
|
28 |
""")
|
|
|
21 |
<div style= "display:block;
|
22 |
align-items: center;
|
23 |
gap: 0.8rem;">
|
24 |
+
<h1 style='text-align: center; color:orange'> <img src="file/logo.png" alt="Podcaster" style="height: 50px; width:65px; display: block; margin: 0 auto;"> PodcastPulse: Unveiling Insights </h1>
|
25 |
+
<h2 style='text-align: center;color:yellow'>Can be used to search and get recommended about podcasts, process newsletter insights over podcasts etc.</h2>
|
26 |
|
27 |
</div>
|
28 |
""")
|