janar's picture
Write a few more things without testing
59ec3f3
raw
history blame
90 Bytes
#!/bin/sh
uvicorn "main:app" "--host" "0.0.0.0" "--port" "8080" &
streamlit run app.py