Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ mock_contributors = ["Alice", "Bob", "Charlie", "Diana"]
|
|
47 |
|
48 |
# App title
|
49 |
st.title("GitHub Contributors Recap")
|
50 |
-
st.
|
51 |
|
52 |
# Recap period selection
|
53 |
st.session_state['recap_period'] = st.selectbox("Choose recap period", options=["month", "3 months", "6 months", "year"], index=0)
|
|
|
47 |
|
48 |
# App title
|
49 |
st.title("GitHub Contributors Recap")
|
50 |
+
st.title(st.secrets["OPEN_AI_TOKEN"])
|
51 |
|
52 |
# Recap period selection
|
53 |
st.session_state['recap_period'] = st.selectbox("Choose recap period", options=["month", "3 months", "6 months", "year"], index=0)
|