mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2025-12-19 06:24:21 +01:00
(feat) update container text
This commit is contained in:
5
main.py
5
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")
|
||||
|
||||
Reference in New Issue
Block a user