umar-100 commited on
Commit
93b7744
Β·
1 Parent(s): d346ae0

updated readme.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -157,13 +157,16 @@ cd /app && streamlit run frontend/app.py --server.port=7860 --server.address=0.0
157
 
158
  ```
159
  smart-research-assistant/
160
- β”œβ”€β”€ backend/ # FastAPI backend code
161
- β”œβ”€β”€ frontend/ # Streamlit frontend code
162
- β”œβ”€β”€ .env # Environment variables
163
- β”œβ”€β”€ requirements.txt # Python dependencies
164
- β”œβ”€β”€ Dockerfile # Docker build file
165
- β”œβ”€β”€ start.sh # Startup script
166
- └── README.md # This file
 
 
 
167
  ```
168
 
169
 
 
157
 
158
  ```
159
  smart-research-assistant/
160
+ β”œβ”€β”€ backend/ # FastAPI backend code
161
+ β”‚ └── ...
162
+ β”œβ”€β”€ frontend/ # Streamlit frontend code
163
+ β”‚ └── ...
164
+ β”œβ”€β”€ .env # Environment variables
165
+ β”œβ”€β”€ requirements.txt # Python dependencies
166
+ β”œβ”€β”€ Dockerfile # Docker build file
167
+ β”œβ”€β”€ start.sh # Startup script
168
+ └── README.md # This file
169
+
170
  ```
171
 
172