Skip to content

Commit

Permalink
sync issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BSalita committed Sep 5, 2023
1 parent 78c839d commit c26bfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ def main():
st.session_state.player_number = None
st.session_state.game_id = None
st.session_state.sd_observations = 10
st.session_state.assistant_logo = 'https://github.com/BSalita/Bridge_Game_Postmortem_Chatbot/blob/main/assets/logo_assistant.gif?raw=true' # 🥸 todo: put into config file
st.session_state.assistant_logo = 'https://github.com/BSalita/Bridge_Game_Postmortem_Chatbot/blob/main/assets/logo_assistant.gif?raw=true' # 🥸 todo: put into config file
st.session_state.guru_logo = 'https://github.com/BSalita/Bridge_Game_Postmortem_Chatbot/blob/main/assets/logo_guru.png?raw=true' # 🥷todo: put into config file
# causes streamlit connection error
# if os.environ.get('STREAMLIT_ENV') is not None and os.environ.get('STREAMLIT_ENV') == 'development':
Expand Down

0 comments on commit c26bfce

Please sign in to comment.