Skip to content

Commit 58558d4

Browse files
committed
changing SA name to Janine
1 parent 5f2120d commit 58558d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_demo_released.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def handle_submit(
596596
gr.Markdown("#### Cenário B")
597597
b_company = gr.Textbox(label="Company", value="TechNova")
598598
b_bu = gr.Textbox(label="Business Unit", value="Engenharia-de-Software")
599-
b_person = gr.Textbox(label="Person", value="Diego")
599+
b_person = gr.Textbox(label="Person", value="Janine")
600600
b_prompt = gr.Textbox(label="Pergunta", placeholder="Pergunte algo…", lines=3)
601601
b_btn = gr.Button("Perguntar (B)", variant="primary")
602602
b_answer = gr.Textbox(label="Resposta", lines=6)

0 commit comments

Comments
 (0)