Skip to content

Commit 530f6ec

Browse files
authored
Update frontend.md
1 parent 1849796 commit 530f6ec

File tree

1 file changed

+2
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/rag

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/rag/frontend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ from PIL import Image
2020
from typing import Dict, Any
2121

2222
# Configure paths and URLs
23-
BASE_PATH = "/home/ubuntu"
23+
BASE_PATH = "$HOME"
2424
API_URL = "http://localhost:5000"
2525

2626
# Page config
@@ -139,4 +139,4 @@ python3 -m streamlit run frontend.py
139139
```
140140

141141
You should see output similar to the image below when the frontend server starts successfully:
142-
![frontend](frontend_output.png)
142+
![frontend](frontend_output.png)

0 commit comments

Comments
 (0)