bpHigh commited on
Commit
2a4f916
1 Parent(s): a0fb98e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- ![Podcaster](file/logo.png)
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>