Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
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
|