Spaces:
Runtime error
Runtime error
add GitHub repo code link
Browse files
app.py
CHANGED
@@ -104,6 +104,9 @@ with gr.Blocks() as demo:
|
|
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():
|
|
|
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(
|
108 |
+
"#### GitHub Repo [here](https://github.com/Gladiator07/wandb-gradient-dissent-bot/tree/main)"
|
109 |
+
)
|
110 |
gr.Markdown("<br>")
|
111 |
|
112 |
with gr.Row():
|