Update app.py
Browse files
app.py
CHANGED
|
@@ -56,8 +56,8 @@ REFRESH_INTERVAL = 260 # seconds
|
|
| 56 |
st.markdown(f"<meta http-equiv='refresh' content='{REFRESH_INTERVAL}'>", unsafe_allow_html=True)
|
| 57 |
# ---------------------------- #
|
| 58 |
|
| 59 |
-
LOGO_IMAGE_URL = "https://
|
| 60 |
-
st.sidebar.image(LOGO_IMAGE_URL, use_container_width=True, caption="
|
| 61 |
|
| 62 |
# Get the API key from environment variables (stored in .env or Hugging Face Secrets)
|
| 63 |
if not API_KEY:
|
|
@@ -155,9 +155,9 @@ def main():
|
|
| 155 |
Below is a dashboard showcasing the active markets, their 24h data
|
| 156 |
(1,440 most recent data points), and their associated signals.
|
| 157 |
---
|
| 158 |
-
**Join our
|
| 159 |
-
- Official platform: [https://
|
| 160 |
-
|
| 161 |
""")
|
| 162 |
|
| 163 |
# Retrieve active markets using cloudscraper
|
|
|
|
| 56 |
st.markdown(f"<meta http-equiv='refresh' content='{REFRESH_INTERVAL}'>", unsafe_allow_html=True)
|
| 57 |
# ---------------------------- #
|
| 58 |
|
| 59 |
+
LOGO_IMAGE_URL = "https://cdn.discordapp.com/attachments/1276553391748812800/1374489683769163827/image.png?ex=682e3cc5&is=682ceb45&hm=ca258b6323ea40faafe307c00e48a3841450ff34b05de452e3a0fb544909615f&"
|
| 60 |
+
st.sidebar.image(LOGO_IMAGE_URL, use_container_width=True, caption="FrameWorx")
|
| 61 |
|
| 62 |
# Get the API key from environment variables (stored in .env or Hugging Face Secrets)
|
| 63 |
if not API_KEY:
|
|
|
|
| 155 |
Below is a dashboard showcasing the active markets, their 24h data
|
| 156 |
(1,440 most recent data points), and their associated signals.
|
| 157 |
---
|
| 158 |
+
**Join our Platform as a beta tester** to help improve the agent and the system.
|
| 159 |
+
- Official platform: [https://frameworx.site](https://frameworx.fun)
|
| 160 |
+
|
| 161 |
""")
|
| 162 |
|
| 163 |
# Retrieve active markets using cloudscraper
|