#!/bin/bash
# Shell script shortcut to run the web browser version of RagBot.AI using Streamlit
streamlit run src/ragbot_streamlit.py "$@"
