MilanM commited on
Commit
6047652
Β·
verified Β·
1 Parent(s): efd893d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -15,8 +15,8 @@ from secretsload import load_stsecrets
15
  credentials = load_stsecrets()
16
 
17
  st.set_page_config(
18
- page_title="Jimmy the Jailbreak",
19
- page_icon="πŸ΄β€β˜ οΈ",
20
  initial_sidebar_state="collapsed"
21
  )
22
 
@@ -101,7 +101,7 @@ def chat_interface():
101
 
102
  if user_input:
103
  # Add user message to chat history
104
- st.session_state.chat_history.append({"role": "user", "content": user_input, , avatar="πŸ‘€"})
105
 
106
  # Prepare the prompt
107
  prompt = prepare_prompt(user_input, st.session_state.chat_history)
 
15
  credentials = load_stsecrets()
16
 
17
  st.set_page_config(
18
+ page_title="Jimmy",
19
+ page_icon="πŸ˜’",
20
  initial_sidebar_state="collapsed"
21
  )
22
 
 
101
 
102
  if user_input:
103
  # Add user message to chat history
104
+ st.session_state.chat_history.append({"role": "user", "content": user_input, avatar="πŸ‘€"})
105
 
106
  # Prepare the prompt
107
  prompt = prepare_prompt(user_input, st.session_state.chat_history)