Skip to content

Commit c4bdd35

Browse files
committed
ljower
1 parent 75b0817 commit c4bdd35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Binary file not shown.

src/hopsworks_connections_streamlit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import pandas as pd
55
import streamlit as st
66

7-
# HOPSWORKS_API_KEY = st.secrets["secrets"]["HOPSWORKS_API_KEY"]
8-
HOPSWORKS_API_KEY = st.secrets["HOPSWORKS_API_KEY"]
7+
HOPSWORKS_API_KEY = st.secrets["secrets"]["HOPSWORKS_API_KEY"]
8+
# HOPSWORKS_API_KEY = st.secrets["HOPSWORKS_API_KEY"]
99

1010
PROJECT_NAME = 'eth_returns'
1111

0 commit comments

Comments
 (0)