Update app.py
Browse files
app.py
CHANGED
@@ -214,6 +214,9 @@ def gradio_interface():
|
|
214 |
with gr.Row():
|
215 |
title = gr.HTML(title_html)
|
216 |
|
|
|
|
|
|
|
217 |
with gr.Row():
|
218 |
title = gr.Image("space_svgrepo_com_small.jpg")
|
219 |
|
|
|
214 |
with gr.Row():
|
215 |
title = gr.HTML(title_html)
|
216 |
|
217 |
+
gr.Markdown("**Note this space was made for the MCP Hackathon in June 2025 and will stop working when the connected credits run out.
|
218 |
+
Further development of this agent will take place on my [Huggingface Profile](https://huggingface.co/crcdng). Thanks for trying ot Doomsweek Assistant.**")
|
219 |
+
|
220 |
with gr.Row():
|
221 |
title = gr.Image("space_svgrepo_com_small.jpg")
|
222 |
|