remove input tag
This commit is contained in:
parent
df062edd91
commit
c4f41a7da9
1 changed files with 2 additions and 4 deletions
|
|
@ -50,13 +50,11 @@ To connect to your new Langflow VM, follow these steps:
|
|||
<br>or
|
||||
3. Run the following command to store the VM's IP in a variable called `LANGFLOW-IP`:
|
||||
```bash
|
||||
export LANGFLOW-IP=$(gcloud compute instances list --filter="NAME=langflow-dev" --format="value(EXTERNAL_IP)")
|
||||
export LANGFLOW_IP=$(gcloud compute instances list --filter="NAME=langflow-dev" --format="value(EXTERNAL_IP)")
|
||||
|
||||
echo http://$LANGFLOW-IP:8080
|
||||
echo http://$LANGFLOW_IP:8080
|
||||
```
|
||||
|
||||
<walkthrough-text-input="Enter the IP shown in Cloudshell" variable="langflow-ip"></walkthrough-text-input>
|
||||
|
||||
4. You will be greeted by the Langflow Dev environment
|
||||
|
||||
Congratulations! You have successfully deployed Langflow on Google Cloud Platform.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue