Update app.py
Browse files
app.py
CHANGED
@@ -214,8 +214,7 @@ def gradio_interface():
|
|
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")
|
|
|
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. Further development of this agent will take place on my [Huggingface Profile](https://huggingface.co/crcdng). Thanks for trying ot Doomsweek Assistant.**")
|
|
|
218 |
|
219 |
with gr.Row():
|
220 |
title = gr.Image("space_svgrepo_com_small.jpg")
|