za3karia commited on
Commit
690632e
·
verified ·
1 Parent(s): 9f5beab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.secret(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)
 
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)