Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import time
|
|
| 10 |
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."
|
| 11 |
with gr.Blocks() as demo:
|
| 12 |
with gr.Row():
|
| 13 |
-
gr.Markdown("Author: Taeko
|
| 14 |
with gr.Row():
|
| 15 |
gr.Markdown("This application generates a focus group to answer your questions.\nFirst, list your topic and questions, then generate the focus group profile, finally get their answers and access the summary report")
|
| 16 |
with gr.Row():
|
|
|
|
| 10 |
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."
|
| 11 |
with gr.Blocks() as demo:
|
| 12 |
with gr.Row():
|
| 13 |
+
gr.Markdown("Author: Taeko Sakai")
|
| 14 |
with gr.Row():
|
| 15 |
gr.Markdown("This application generates a focus group to answer your questions.\nFirst, list your topic and questions, then generate the focus group profile, finally get their answers and access the summary report")
|
| 16 |
with gr.Row():
|