We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a920e commit 63128dbCopy full SHA for 63128db
README.md
@@ -43,7 +43,7 @@ Database credentials in the environment or configuration file.
43
### Local Setup
44
Setup your database environment and navigate to the local folder:
45
```bash
46
-cd Local Agent
+cd 'Local Agent'
47
```
48
Start the Streamlit application:
49
@@ -54,7 +54,7 @@ Navigate to http://localhost:8501 in your browser to view the application.
54
### AWS Lambda Setup
55
Setup your database environment and navigate to the lambda folder:
56
57
-cd Cloud Agent
+cd 'Cloud Agent'
58
59
Review the contents of the lambda folder:
60
0 commit comments