cboettig commited on
Commit
760e177
Β·
1 Parent(s): ba2d2e0

template helpers

Browse files
Files changed (1) hide show
  1. Makefile +4 -1
Makefile CHANGED
@@ -12,4 +12,7 @@ chat:
12
  @echo "\n 🌎 preview at: \033[1m https://${BASE}${JUPYTERHUB_SERVICE_PREFIX}proxy/8501/ \033[0m \n"
13
  streamlit run chat.py --server.port 8501 1> /dev/null 2>&1
14
 
15
-
 
 
 
 
12
  @echo "\n 🌎 preview at: \033[1m https://${BASE}${JUPYTERHUB_SERVICE_PREFIX}proxy/8501/ \033[0m \n"
13
  streamlit run chat.py --server.port 8501 1> /dev/null 2>&1
14
 
15
+ .PHONY: rag
16
+ rag:
17
+ @echo "\n 🌎 preview at: \033[1m https://${BASE}${JUPYTERHUB_SERVICE_PREFIX}proxy/8501/ \033[0m \n"
18
+ streamlit run rag.py --server.port 8501 1> /dev/null 2>&1