Update app.py
#2
by
freddyaboulton
HF Staff
- opened
app.py
CHANGED
|
@@ -685,7 +685,7 @@ with gr.Blocks(title="Gradio Agents & MCP Hackathon - Winter 2025", css=custom_c
|
|
| 685 |
|
| 686 |
# Footer
|
| 687 |
gr.Markdown("""
|
| 688 |
-
**Questions?** Join Huggingface [Discord](https://discord.gg/
|
| 689 |
""")
|
| 690 |
|
| 691 |
if __name__ == "__main__":
|
|
|
|
| 685 |
|
| 686 |
# Footer
|
| 687 |
gr.Markdown("""
|
| 688 |
+
**Questions?** Join Huggingface [Discord](https://discord.gg/fveShqytyh) or email: [email protected]
|
| 689 |
""")
|
| 690 |
|
| 691 |
if __name__ == "__main__":
|