Qiwei97 commited on
Commit
cc9702f
1 Parent(s): e5443d5

Create deploy.sh

Browse files
Files changed (1) hide show
  1. deploy.sh +6 -0
deploy.sh ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ git clone https://github.com/amontgomerie/question_generator
4
+ python -m pip install -e question_generator
5
+
6
+ streamlit run app.py --theme.base light