Deploy Streamlit apps

Deploy Streamlit apps to Hal9

Deploy Streamlit apps

In order to deploy Streamlit apps to our cloud, use the hal9 python package:

$ pip install hal9
$ hal9 deploy app --type streamlit --main app.py
          
Login required to generate deployment token.
import streamlit as st
import numpy as np
import pandas as pd
chart_data = pd.DataFrame(
  np.random.randn(9,2), columns=['a','b'])
st.line_chart(chart_data)

What kind of Streamlit apps can Hal9 create?

Explore Streamlit apps created with Hal9

Next gen

AI platform

Hal9 brings the AI revolution to creators with an all-in-one AI platform specialized in generative AI.

Keep me updated

Privacy Terms © 2025 Hal9 Inc.
0.0.74