Update app.py
Browse files
app.py
CHANGED
|
@@ -95,8 +95,8 @@ DESCRIPTION = (
|
|
| 95 |
)
|
| 96 |
|
| 97 |
DEFAULT_QUESTION = (
|
| 98 |
-
f"In MCP's 1st Birthday Hackathon, hosted by Anthropic and Gradio, what is the name of "
|
| 99 |
-
f"
|
| 100 |
)
|
| 101 |
|
| 102 |
CSS_FULL_WIDTH = """
|
|
|
|
| 95 |
)
|
| 96 |
|
| 97 |
DEFAULT_QUESTION = (
|
| 98 |
+
f"In MCP's 1st Birthday Hackathon, hosted by Anthropic and Gradio, what is the name of the person who submitted a General AI Assistant "
|
| 99 |
+
f"and what is the URL of the hackathon space?"
|
| 100 |
)
|
| 101 |
|
| 102 |
CSS_FULL_WIDTH = """
|