amiguel commited on
Commit
b35fe75
·
verified ·
1 Parent(s): 432b740

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ class ChatApp:
14
  def initialize_session_state(self):
15
  if "messages" not in st.session_state:
16
  st.session_state.messages = [
17
- {"role": "system", "content": "You are an experienced inspection methods engineer. Your task is to classify the following scope: analyze the scope provided in the input and determine the class item as an output."}
18
  ]
19
 
20
  @staticmethod
 
14
  def initialize_session_state(self):
15
  if "messages" not in st.session_state:
16
  st.session_state.messages = [
17
+ {"role": "system", "content": "You are an experienced inspection methods engineer. Your task is to classify the following scope: "}
18
  ]
19
 
20
  @staticmethod