Spaces:
Build error
Build error
Update app/app.py
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -250,7 +250,7 @@ with gr.Blocks(css=css) as demo:
|
|
250 |
# www.assemblyai.com/blog/how-to-build-an-audio-intelligence-dashboard-with-gradio/
|
251 |
gr.HTML("<h1 class='title'>Audio Intelligence Dashboard</h1>"
|
252 |
"<br>"
|
253 |
-
"<p>Check out the <a href=\"https://www.assemblyai.com/blog/
|
254 |
|
255 |
gr.HTML("<h1 class='title'>Directions</h1>"
|
256 |
"<p>To use this dashboard:</p>"
|
|
|
250 |
# www.assemblyai.com/blog/how-to-build-an-audio-intelligence-dashboard-with-gradio/
|
251 |
gr.HTML("<h1 class='title'>Audio Intelligence Dashboard</h1>"
|
252 |
"<br>"
|
253 |
+
"<p>Check out the <a href=\"https://www.assemblyai.com/blog/getting-started-with-huggingfaces-gradio/\">Getting Started with Hugging Face's Gradio</a> blog to learn how to build this dashboard.</p>")
|
254 |
|
255 |
gr.HTML("<h1 class='title'>Directions</h1>"
|
256 |
"<p>To use this dashboard:</p>"
|