Vinh Nguyen commited on
Commit
3123032
1 Parent(s): 1c4ab5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -64,7 +64,10 @@ pip install -r requirements.txt
64
  ## Usage
65
 
66
  1. Set the `OPENAI_API_KEY` environment variable with your OpenAI API key:
67
- export OPENAI_API_KEY=YOUR_API_KEY
 
 
 
68
 
69
  2. Run the Streamlit app:
70
 
 
64
  ## Usage
65
 
66
  1. Set the `OPENAI_API_KEY` environment variable with your OpenAI API key:
67
+
68
+ ```sh
69
+ export OPENAI_API_KEY=YOUR_API_KEY
70
+ ```
71
 
72
  2. Run the Streamlit app:
73