diff --git a/main.py b/main.py index 66d0ad7..1313baa 100644 --- a/main.py +++ b/main.py @@ -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")