Spaces:
Runtime error
Runtime error
remove redundant comment
Browse files
app.py
CHANGED
@@ -91,7 +91,6 @@ def get_answer(podcast: str, question: str):
|
|
91 |
|
92 |
|
93 |
with gr.Blocks() as demo:
|
94 |
-
# gr.Markdown("# Welcome to Gradient Dissent QA Bot!")
|
95 |
gr.Markdown("<h1><center>Welcome to Gradient Dissent QA Bot 🤖</center></h1>")
|
96 |
gr.Markdown(
|
97 |
"#### The purpose of this QA bot is to provide answers to questions related to podcast episodes from Weights & Biases' [Gradient Dissent Podcast](https://www.youtube.com/playlist?list=PLD80i8An1OEEb1jP0sjEyiLG8ULRXFob_)."
|
|
|
91 |
|
92 |
|
93 |
with gr.Blocks() as demo:
|
|
|
94 |
gr.Markdown("<h1><center>Welcome to Gradient Dissent QA Bot 🤖</center></h1>")
|
95 |
gr.Markdown(
|
96 |
"#### The purpose of this QA bot is to provide answers to questions related to podcast episodes from Weights & Biases' [Gradient Dissent Podcast](https://www.youtube.com/playlist?list=PLD80i8An1OEEb1jP0sjEyiLG8ULRXFob_)."
|