Spaces:
Runtime error
Runtime error
apple muncy
commited on
Commit
·
aa0191f
1
Parent(s):
1230305
remove ' ' around 0.0.0.0
Browse filesSigned-off-by: apple muncy <[email protected]>
app.py
CHANGED
@@ -33,5 +33,5 @@ def review_code(code: str) -> str:
|
|
33 |
|
34 |
if __name__=="__main__":
|
35 |
mcp.run(transport="streamable-http",
|
36 |
-
host=
|
37 |
)
|
|
|
33 |
|
34 |
if __name__=="__main__":
|
35 |
mcp.run(transport="streamable-http",
|
36 |
+
host=0.0.0.0,
|
37 |
)
|