mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2025-12-23 16:24:22 +01:00
(feat) update main page
This commit is contained in:
14
main.py
14
main.py
@@ -1,18 +1,24 @@
|
|||||||
import streamlit as st
|
import streamlit as st
|
||||||
|
|
||||||
from frontend.st_utils import auth_system
|
from frontend.st_utils import auth_system
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
# readme section
|
# readme section
|
||||||
st.markdown("# 📊 Hummingbot Dashboard")
|
st.markdown("# 📊 Hummingbot Dashboard")
|
||||||
st.markdown("""Hummingbot Dashboard is an open source application that helps you create, backtest, and optimize
|
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)""")
|
"various types of algo trading strategies. Afterwards, you can deploy them as "
|
||||||
|
"[Hummingbot](http://hummingbot.org)")
|
||||||
st.write("---")
|
st.write("---")
|
||||||
st.header("Watch the Hummingbot Dashboard Tutorial!")
|
st.header("Watch the Hummingbot Dashboard Tutorial!")
|
||||||
st.video("https://youtu.be/7eHiMPRBQLQ?si=PAvCq0D5QDZz1h1D")
|
st.video("https://youtu.be/7eHiMPRBQLQ?si=PAvCq0D5QDZz1h1D")
|
||||||
st.header("Feedback and issues")
|
st.header("Feedback and issues")
|
||||||
st.write("Please give us feedback in the **#dashboard** channel of the [hummingbot discord](https://discord.gg/hummingbot)! 🙏")
|
st.write(
|
||||||
st.write("If you encounter any bugs or have suggestions for improvement, please create an issue in the [hummingbot dashboard github](https://github.com/hummingbot/dashboard).")
|
"Please give us feedback in the **#dashboard** channel of the "
|
||||||
|
"[hummingbot discord](https://discord.gg/hummingbot)! 🙏")
|
||||||
|
st.write(
|
||||||
|
"If you encounter any bugs or have suggestions for improvement, please create an issue in the "
|
||||||
|
"[hummingbot dashboard github](https://github.com/hummingbot/dashboard).")
|
||||||
|
|
||||||
|
|
||||||
auth_system()
|
auth_system()
|
||||||
|
|||||||
Reference in New Issue
Block a user