(feat) remove container

This commit is contained in:
cardosofede
2024-07-09 16:50:36 +03:00
parent edcad77039
commit bcac0366eb

View File

@@ -4,11 +4,9 @@ from frontend.st_utils import auth_system
def main():
# readme section
with st.container():
st.markdown("# 📊 Hummingbot Dashboard")
st.markdown("""
Hummingbot Dashboard is an open source application that helps you create, backtest, and optimize various types
of algo trading strategies. Afterwards, you can deploy them as [Hummingbot](http://hummingbot.org)""")
st.markdown("# 📊 Hummingbot Dashboard")
st.markdown("""Hummingbot Dashboard is an open source application that helps you create, backtest, and optimize
various types of algo trading strategies. Afterwards, you can deploy them as [Hummingbot](http://hummingbot.org)""")
st.write("---")
st.header("Watch the Hummingbot Dashboard Tutorial!")
st.video("https://youtu.be/7eHiMPRBQLQ?si=PAvCq0D5QDZz1h1D")