Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -274,7 +274,7 @@ def main():
|
|
274 |
run_command_button.click(execute_command, inputs=command_input, outputs=command_output)
|
275 |
preview_button.click(preview_project, outputs=project_output)
|
276 |
|
277 |
-
|
278 |
|
279 |
if __name__ == "__main__":
|
280 |
main()
|
|
|
274 |
run_command_button.click(execute_command, inputs=command_input, outputs=command_output)
|
275 |
preview_button.click(preview_project, outputs=project_output)
|
276 |
|
277 |
+
demo.launch(server_port=8080)
|
278 |
|
279 |
if __name__ == "__main__":
|
280 |
main()
|