(feat) update container text

This commit is contained in:
cardosofede
2024-07-09 16:49:08 +03:00
parent eb64ca6f46
commit edcad77039

View File

@@ -7,9 +7,8 @@ def main():
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)
instances in either paper or live trading mode.""")
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")