David Tang
commited on
Commit
·
9ba3438
1
Parent(s):
043c14c
fix link
Browse files
app.py
CHANGED
|
@@ -140,7 +140,7 @@ with gr.Blocks(
|
|
| 140 |
gr.Markdown(
|
| 141 |
"""
|
| 142 |
<div style='text-align: center; margin-top: 20px; padding: 10px; border-top: 1px solid #e0e0e0;'>
|
| 143 |
-
<a href='/docs' style='text-decoration: none; color: #666;'>📚 View Technical Documentation</a>
|
| 144 |
</div>
|
| 145 |
""",
|
| 146 |
elem_id="footer"
|
|
|
|
| 140 |
gr.Markdown(
|
| 141 |
"""
|
| 142 |
<div style='text-align: center; margin-top: 20px; padding: 10px; border-top: 1px solid #e0e0e0;'>
|
| 143 |
+
<a href='https://agents-mcp-hackathon-agentic-coach-advisor-medgemma.hf.space/docs' target="_blank" rel="noopener" style='text-decoration: none; color: #666;'>📚 View Technical Documentation</a>
|
| 144 |
</div>
|
| 145 |
""",
|
| 146 |
elem_id="footer"
|