Tycohs commited on
Commit
22c55ae
·
1 Parent(s): 2fd49c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Huet-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():
 
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():