crcdng
commited on
Commit
·
0afdf79
1
Parent(s):
2879c94
logo
Browse files- app.py +5 -2
- space_svgrepo_com_small.jpg +0 -0
app.py
CHANGED
@@ -213,7 +213,10 @@ def gradio_interface():
|
|
213 |
with gr.Row():
|
214 |
title = gr.HTML(title_html)
|
215 |
|
216 |
-
gr.
|
|
|
|
|
|
|
217 |
|
218 |
with gr.Row(equal_height=True):
|
219 |
with gr.Column(scale=4):
|
@@ -261,4 +264,4 @@ if __name__ == "__main__":
|
|
261 |
print("Warning: ANTHROPIC_API_KEY not found in environment. Please set it in your .env file.")
|
262 |
|
263 |
interface = gradio_interface()
|
264 |
-
interface.launch(debug=True, allowed_paths=["monitorica.bold.otf", "agent_a.jpg", "agent_b.jpg"],)
|
|
|
213 |
with gr.Row():
|
214 |
title = gr.HTML(title_html)
|
215 |
|
216 |
+
with gr.Row():
|
217 |
+
title = gr.Image("space_svgrepo_com_small.jpg")
|
218 |
+
|
219 |
+
gr.Markdown("What is more important than to know one's own end? This space will answer ultimate questions. In particular will you know if humanity will survive the next 7 days. To do that, **first connect via MCP to the DOOMSWEEK MCP Server**. The server fetches data from the NASA Near Earth Object Web Service and checks if ... we are doomed. Anthropic's Claude will give you the result in nice words, hopefully. In other words, before an Asteroid will smash this planet you will learn it here first. Nice, isn't it? You will have enough time to enjoy a scoop of your favourate ice cream, walk the dog a last time and sell all tech stocks. You won't need them, promised. Try it out and **chat with the assistant (examples below)**.")
|
220 |
|
221 |
with gr.Row(equal_height=True):
|
222 |
with gr.Column(scale=4):
|
|
|
264 |
print("Warning: ANTHROPIC_API_KEY not found in environment. Please set it in your .env file.")
|
265 |
|
266 |
interface = gradio_interface()
|
267 |
+
interface.launch(debug=True, allowed_paths=["monitorica.bold.otf", "agent_a.jpg", "agent_b.jpg", "space_svgrepo_com_small.jpg"],)
|
space_svgrepo_com_small.jpg
ADDED
![]() |