Gladiator commited on
Commit
46c34e3
1 Parent(s): e1b1af3

add report link

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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():