Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,10 @@ DESCRIPTION = (
|
|
| 94 |
f"<a href='{BASE_URL}/README.md'>Documentation</a></p>"
|
| 95 |
)
|
| 96 |
|
| 97 |
-
DEFAULT_QUESTION =
|
|
|
|
|
|
|
|
|
|
| 98 |
|
| 99 |
CSS_FULL_WIDTH = """
|
| 100 |
<style>
|
|
|
|
| 94 |
f"<a href='{BASE_URL}/README.md'>Documentation</a></p>"
|
| 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"the person who submitted a General AI Assistant and what is the URL of the space?"
|
| 100 |
+
)
|
| 101 |
|
| 102 |
CSS_FULL_WIDTH = """
|
| 103 |
<style>
|