# Temaplate Streamlit App for Haystack Search Pipelines In this repo you will find a template streamlit app set up for search applications. ## Installation and Running To run the bare application which does _nothing_: 1. Install requirements: `pip install -r requirements.txt` 2. Run the streamlit app: `streamlit run app.py` 3. Createa a `.env` and add your Twitter Bearer and OpenAI tokens: `TWITTER_BEARER_TOKEN` and `OPEN_AI_KEY` This will start up the app on `localhost:8501` where you will dind a simple search bar ## What to edit: