From edcad77039df3fc64de220e239691f2d2c4857a3 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Tue, 9 Jul 2024 16:49:08 +0300 Subject: [PATCH] (feat) update container text --- main.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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")