Skip to content

Commit 0ae8e3b

Browse files
committed
fix: deployment for Gabi Candelaria
1 parent 0087816 commit 0ae8e3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.idea/AugmentWebviewStateStore.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main_demo_released.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def calc_savings(tokens_est: int, price_in: float, price_out: float, frac_in: fl
630630
<div class="meta">
631631
<div class="meta-item">
632632
<span class="label">SemVer:</span>
633-
<span class="value">v2.2.7-harness</span>
633+
<span class="value">v2.2.8-gabriella</span>
634634
</div>
635635
<div class="meta-item">
636636
<span class="label">PR GitHub:</span>
@@ -696,7 +696,7 @@ def calc_savings(tokens_est: int, price_in: float, price_out: float, frac_in: fl
696696
with gr.Row():
697697
a_company = gr.Textbox(label="Company", value="RedisLabs")
698698
a_bu = gr.Textbox(label="Business Unit", value="Engenharia-de-Software")
699-
a_person = gr.Textbox(label="Person", value="Gabriel")
699+
a_person = gr.Textbox(label="Person", value="Gabriella")
700700
a_prompt = gr.Textbox(label="Pergunta", placeholder="Pergunte algo…", lines=3)
701701
a_btn = gr.Button("Perguntar (A)", variant="primary")
702702
a_answer = gr.Textbox(label="Resposta", lines=6, interactive=False)

0 commit comments

Comments
 (0)