Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,7 @@ body {background-color: #e0f7fa;} /* Light blue background */
|
|
9 |
"""
|
10 |
|
11 |
# Define the assistant prompt to provide context
|
12 |
-
assistant_prompt = "
|
13 |
-
|
14 |
# Define a function to interact with the model, taking input and adding context
|
15 |
def assistant_response(user_input):
|
16 |
# Here, you'd modify this to pass the assistant_prompt to your model API
|
|
|
9 |
"""
|
10 |
|
11 |
# Define the assistant prompt to provide context
|
12 |
+
assistant_prompt = "you are se"
|
|
|
13 |
# Define a function to interact with the model, taking input and adding context
|
14 |
def assistant_response(user_input):
|
15 |
# Here, you'd modify this to pass the assistant_prompt to your model API
|