Voice-Bot-RAG / app.py
Abeshith's picture
HF Spaces Deployment Added
caf3a16
raw
history blame contribute delete
248 Bytes
"""HuggingFace Spaces Entry Point - Streamlit Frontend"""
import sys
from pathlib import Path
# Add project root to path
sys.path.insert(0, str(Path(__file__).parent))
# Import and run the main Streamlit app
from frontend.streamlit_app import *