oconnoob commited on
Commit
04385ca
·
1 Parent(s): 0d6869b

Update app/app.py

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -249,7 +249,7 @@ with gr.Blocks(css=css) as demo:
249
  # Load descriptions
250
  gr.HTML("<h1 class='title'>Audio Intelligence Dashboard</h1>"
251
  "<br>"
252
- "<p>Check out the [BLOG NAME] blog to learn how to build this dashboard.</p>")
253
 
254
  gr.HTML("<h1 class='title'>Directions</h1>"
255
  "<p>To use this dashboard:</p>"
 
249
  # Load descriptions
250
  gr.HTML("<h1 class='title'>Audio Intelligence Dashboard</h1>"
251
  "<br>"
252
+ "<p>Check out the <a href=\"www.assemblyai.com/blog/how-to-build-an-audio-intelligence-dashboard-with-gradio/\">How to Build an Audio Intelligence Dashboard with Gradio</a> blog to learn how to build this dashboard.</p>")
253
 
254
  gr.HTML("<h1 class='title'>Directions</h1>"
255
  "<p>To use this dashboard:</p>"