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

minor fixes

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -155,6 +155,7 @@ cd /app && streamlit run frontend/app.py --server.port=7860 --server.address=0.0
155
 
156
  ## Folder Structure
157
 
 
158
  smart-research-assistant/
159
  β”œβ”€β”€ backend/ # FastAPI backend code
160
  β”œβ”€β”€ frontend/ # Streamlit frontend code
@@ -163,6 +164,7 @@ smart-research-assistant/
163
  β”œβ”€β”€ Dockerfile # Docker build file
164
  β”œβ”€β”€ start.sh # Startup script
165
  └── README.md # This file
 
166
 
167
 
168
  ---
 
155
 
156
  ## Folder Structure
157
 
158
+ ```
159
  smart-research-assistant/
160
  β”œβ”€β”€ backend/ # FastAPI backend code
161
  β”œβ”€β”€ frontend/ # Streamlit frontend code
 
164
  β”œβ”€β”€ Dockerfile # Docker build file
165
  β”œβ”€β”€ start.sh # Startup script
166
  └── README.md # This file
167
+ ```
168
 
169
 
170
  ---