viv commited on
Commit
9f8e7dc
·
verified ·
1 Parent(s): bb0fa34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def show_dependencies(text, with_labels=True):
77
  with gr.Blocks() as demo:
78
  gr.HTML(f"""
79
  <div style='display: flex; align-items: center; gap: 20px; margin-bottom: 20px;'>
80
- <h1 style='font-size: 28px; font-weight: bold; margin: 0;'>The Lasting Echo: How sounds shape the future of endangered languages</h1>
81
  </div>
82
  """)
83
 
 
77
  with gr.Blocks() as demo:
78
  gr.HTML(f"""
79
  <div style='display: flex; align-items: center; gap: 20px; margin-bottom: 20px;'>
80
+ <h1 style='font-size: 28px; font-weight: bold; margin: 0;'>Demo Parse</h1>
81
  </div>
82
  """)
83