Spaces:
Running
Running
Update startupDbgUI.sh
Browse files- startupDbgUI.sh +2 -2
startupDbgUI.sh
CHANGED
@@ -2,6 +2,6 @@
|
|
2 |
|
3 |
echo "#### startupDbgUI.sh entered."
|
4 |
|
5 |
-
python /app/semsearchDbgUI.py
|
6 |
-
|
7 |
|
|
|
|
2 |
|
3 |
echo "#### startupDbgUI.sh entered."
|
4 |
|
5 |
+
#python /app/semsearchDbgUI.py
|
|
|
6 |
|
7 |
+
streamlit run /app/semsearchDbgUI.py
|