Spaces:
Runtime error
Runtime error
File size: 106 Bytes
1939d0a |
1 2 3 4 |
#!/bin/bash
python -m chatbot.core # Run chatbot core first
streamlit run app.py # Then start Streamlit
|