Spaces:
Runtime error
Runtime error
add report link
Browse files
app.py
CHANGED
@@ -101,6 +101,9 @@ with gr.Blocks() as demo:
|
|
101 |
gr.Markdown(
|
102 |
"#### Then ask a question about the podcast episode and click `Get Answer` to get the answer."
|
103 |
)
|
|
|
|
|
|
|
104 |
gr.Markdown("<br>")
|
105 |
|
106 |
with gr.Row():
|
|
|
101 |
gr.Markdown(
|
102 |
"#### Then ask a question about the podcast episode and click `Get Answer` to get the answer."
|
103 |
)
|
104 |
+
gr.Markdown(
|
105 |
+
"#### Read the report for understanding how I built this QA bot [here](https://wandb.ai/gladiator/gradient_dissent_qabot/reports/Building-a-Q-A-Bot-for-Weights-Biases-Gradient-Dissent-Podcast--Vmlldzo0MTcyMDQz)"
|
106 |
+
)
|
107 |
gr.Markdown("<br>")
|
108 |
|
109 |
with gr.Row():
|