We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2120d commit 58558d4Copy full SHA for 58558d4
main_demo_released.py
@@ -596,7 +596,7 @@ def handle_submit(
596
gr.Markdown("#### Cenário B")
597
b_company = gr.Textbox(label="Company", value="TechNova")
598
b_bu = gr.Textbox(label="Business Unit", value="Engenharia-de-Software")
599
- b_person = gr.Textbox(label="Person", value="Diego")
+ b_person = gr.Textbox(label="Person", value="Janine")
600
b_prompt = gr.Textbox(label="Pergunta", placeholder="Pergunte algo…", lines=3)
601
b_btn = gr.Button("Perguntar (B)", variant="primary")
602
b_answer = gr.Textbox(label="Resposta", lines=6)
0 commit comments