Compare commits
1 Commits
main
...
run-button
Author | SHA1 | Date | |
---|---|---|---|
|
af45b6196c |
@ -44,7 +44,7 @@ export default function RunButtonModal({
|
|||||||
"pip install -r requirements.txt && streamlit run main.py --server.runOnSave true"
|
"pip install -r requirements.txt && streamlit run main.py --server.runOnSave true"
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
createNewTerminal("yarn install && yarn start");
|
createNewTerminal("yarn install && yarn dev");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
toast.error("You reached the maximum # of terminals.");
|
toast.error("You reached the maximum # of terminals.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user