We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1849796 commit 530f6ecCopy full SHA for 530f6ec
content/learning-paths/servers-and-cloud-computing/rag/frontend.md
@@ -20,7 +20,7 @@ from PIL import Image
20
from typing import Dict, Any
21
22
# Configure paths and URLs
23
-BASE_PATH = "/home/ubuntu"
+BASE_PATH = "$HOME"
24
API_URL = "http://localhost:5000"
25
26
# Page config
@@ -139,4 +139,4 @@ python3 -m streamlit run frontend.py
139
```
140
141
You should see output similar to the image below when the frontend server starts successfully:
142
-
+
0 commit comments