Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import os
|
|
| 6 |
|
| 7 |
# Set up OpenAI API key
|
| 8 |
openai.api_key = os.getenv('APICode2')
|
| 9 |
-
system_message =
|
| 10 |
with gr.Blocks() as demo:
|
| 11 |
with gr.Tab("Enquiry Description"):
|
| 12 |
with gr.Row():
|
|
|
|
| 6 |
|
| 7 |
# Set up OpenAI API key
|
| 8 |
openai.api_key = os.getenv('APICode2')
|
| 9 |
+
system_message = "You are an assistant simulating the behavior of the participants in a focus group and answer a set of questions. Your first task will be to generate the profiles of the focus group then to simulate their answers to the question for each member."
|
| 10 |
with gr.Blocks() as demo:
|
| 11 |
with gr.Tab("Enquiry Description"):
|
| 12 |
with gr.Row():
|