orrinin commited on
Commit
71debf1
·
verified ·
1 Parent(s): 810ff44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,7 +29,7 @@ system_prompt = '''
29
 
30
  DESCRIPTION = '''
31
  <div>
32
- <h1 style="text-align: center;">听说</h1>
33
  <p>一个轻量的中文播客</p>
34
  <p>🔎 输入完整的网页链接发送即可。</p>
35
  <p>🦕 部分网址可能无法解析,请尝试更换。</p>
@@ -169,7 +169,7 @@ Examples = [
169
  ["https://www.yahoo.com/news/fact-check-rumor-says-ukraines-001900679.html"],
170
  ["https://www.yahoo.com/tech/super-hornet-armed-sm-6-180853983.html"],
171
  ]
172
- with gr.Blocks(theme='soft', css=css, title="Musen") as iface:
173
  with gr.Accordion(""):
174
  gr.Markdown(DESCRIPTION)
175
  with gr.Row():
 
29
 
30
  DESCRIPTION = '''
31
  <div>
32
+ <h1 style="text-align: center;">听说demo</h1>
33
  <p>一个轻量的中文播客</p>
34
  <p>🔎 输入完整的网页链接发送即可。</p>
35
  <p>🦕 部分网址可能无法解析,请尝试更换。</p>
 
169
  ["https://www.yahoo.com/news/fact-check-rumor-says-ukraines-001900679.html"],
170
  ["https://www.yahoo.com/tech/super-hornet-armed-sm-6-180853983.html"],
171
  ]
172
+ with gr.Blocks(theme='soft', css=css, title="听说") as iface:
173
  with gr.Accordion(""):
174
  gr.Markdown(DESCRIPTION)
175
  with gr.Row():