fabric_to_espanso / src /search_qdrant /run_streamlit_terminal_visible.sh
Hopsakee's picture
Upload folder using huggingface_hub
5fe3652 verified
raw
history blame contribute delete
443 Bytes
#!/bin/bash
# Add the project root to PYTHONPATH
export PYTHONPATH="/home/jelle/code/fabric_to_espanso:$PYTHONPATH"
# Create a log directory if it doesn't exist
LOG_DIR="/home/jelle/code/fabric_to_espanso/logs"
mkdir -p "$LOG_DIR"
LOG_FILE="$LOG_DIR/streamlit.log"
# Run the streamlit app
echo "Starting Streamlit app..."
/home/jelle/code/fabric_to_espanso/.venv/bin/streamlit run ~/code/fabric_to_espanso/src/search_qdrant/streamlit_app.py