Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -42,9 +42,12 @@ Check out our tutorial on the Conversational Agent [here](https://haystack.deeps
|
|
42 |
2. Run the streamlit app:
|
43 |
`streamlit run app.py`
|
44 |
3. Createa a `.env` and add your Twitter Bearer token, OpenAI Key, and SerperDev Key:
|
45 |
-
|
46 |
-
`
|
47 |
-
|
|
|
|
|
|
|
48 |
|
49 |
This will start up the app on `localhost:8501` where you will find a simple search bar
|
50 |
|
|
|
42 |
2. Run the streamlit app:
|
43 |
`streamlit run app.py`
|
44 |
3. Createa a `.env` and add your Twitter Bearer token, OpenAI Key, and SerperDev Key:
|
45 |
+
|
46 |
+
`TWITTER_BEARER_TOKEN`
|
47 |
+
|
48 |
+
`SERPER_KEY`
|
49 |
+
|
50 |
+
`OPENAI_API_KEY`
|
51 |
|
52 |
This will start up the app on `localhost:8501` where you will find a simple search bar
|
53 |
|