Skip to content

Commit 90faadf

Browse files
update readme's to clarify app ports used
Signed-off-by: Michael Clifford <[email protected]>
1 parent ae88cd7 commit 90faadf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes/natural_language_processing/chatbot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ podman pod list
5050
podman ps
5151
```
5252

53-
Once the Pod and its containers are running, the application can be accessed at `http://localhost:8501`.
53+
Once the Pod and its containers are running, the application can be accessed at `http://localhost:8501`. However, if you started the app via the podman desktop UI, a random port will be assigned instead of `8501`. Please use the AI App Details `Open AI App` button to access it instead.
5454
Please refer to the section below for more details about [interacting with the chatbot application](#interact-with-the-ai-application).
5555

5656
To stop and remove the Pod, run:

recipes/natural_language_processing/summarizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ podman pod list
5050
podman ps
5151
```
5252

53-
Once the Pod and its containers are running, the application can be accessed at `http://localhost:8501`.
53+
Once the Pod and its containers are running, the application can be accessed at `http://localhost:8501`. However, if you started the app via the podman desktop UI, a random port will be assigned instead of `8501`. Please use the AI App Details `Open AI App` button to access it instead.
5454
Please refer to the section below for more details about [interacting with the summarizer application](#interact-with-the-ai-application).
5555

5656
To stop and remove the Pod, run:

0 commit comments

Comments
 (0)