Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ class ProjectScopingTool(Tool):
|
|
12 |
"""
|
13 |
|
14 |
inputs = {
|
|
|
15 |
"project_type": {
|
16 |
"type": "string",
|
17 |
"description": "The type of project (e.g., 'web', 'blockchain', 'ai').",
|
@@ -217,4 +218,4 @@ with gr.Blocks() as demo:
|
|
217 |
|
218 |
# Launch the Gradio App
|
219 |
#demo(agent).launch()
|
220 |
-
agent.run()
|
|
|
12 |
"""
|
13 |
|
14 |
inputs = {
|
15 |
+
|
16 |
"project_type": {
|
17 |
"type": "string",
|
18 |
"description": "The type of project (e.g., 'web', 'blockchain', 'ai').",
|
|
|
218 |
|
219 |
# Launch the Gradio App
|
220 |
#demo(agent).launch()
|
221 |
+
agent.run("Ask user what they want to do")
|