Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anhkhoiphan
/
ExplrChatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
anhkhoiphan
commited on
Mar 26
Commit
1939d0a
路
verified
路
1 Parent(s):
91dcaf2
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+3
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
#!/bin/bash
2
+
python -m chatbot.core # Run chatbot core first
3
+
streamlit run app.py # Then start Streamlit