XThomasBU commited on
Commit
e488f16
1 Parent(s): 4308a1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -47,9 +47,10 @@ Please visit [setup](https://dl4ds.github.io/dl4ds_tutor/guide/setup/) for more
47
  ```
48
  - Note: You need to run the above command when you add new data to the `storage/data` directory, or if the `storage/data/urls.txt` file is updated.
49
 
50
- 5. **Run the Chainlit App**
51
  ```bash
52
- chainlit run main.py
 
53
  ```
54
 
55
  ## Documentation
 
47
  ```
48
  - Note: You need to run the above command when you add new data to the `storage/data` directory, or if the `storage/data/urls.txt` file is updated.
49
 
50
+ 6. **Run the FastAPI App**
51
  ```bash
52
+ cd code
53
+ uvicorn app:app --port 7860
54
  ```
55
 
56
  ## Documentation