bpHigh commited on
Commit
3762907
1 Parent(s): 69e94b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -17,13 +17,11 @@ from search_recommend import search_chat_respond
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://huggingface.co/spaces/bpHigh/podcast_newsletter/blob/main/logo.png" alt="Podcaster" '
21
- 'style="height: 60px; width:100px;"/>')
22
  gr.Markdown("""
23
  <div style= "display:block;
24
  align-items: center;
25
  gap: 0.8rem;">
26
- <h1 style='text-align: center;color:teal'>PodcastPulse: Unveiling Insights</h1>
27
  <h2 style='text-align: center;color:darkslategrey'>Can be used to search and get recommended about podcasts, process newsletter insights over podcasts etc.</h2>
28
 
29
  </div>
 
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.Markdown("""
21
  <div style= "display:block;
22
  align-items: center;
23
  gap: 0.8rem;">
24
+ <h1>![Podcaster](logo.png)</h1>
25
  <h2 style='text-align: center;color:darkslategrey'>Can be used to search and get recommended about podcasts, process newsletter insights over podcasts etc.</h2>
26
 
27
  </div>