remove input tag

This commit is contained in:
Robert Wilkins III 2023-04-20 03:11:30 +00:00
commit c4f41a7da9

View file

@ -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.