Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ with gr.Blocks(css=css) as demo:
|
|
197 |
gr.HTML(DESCRIPTION)
|
198 |
|
199 |
# Add the checkbox directly to the layout
|
200 |
-
fast_mode_checkbox = gr.Checkbox(label="Fast Mode (Skips Reasoning. Provides Immediate, Less Accurate Responses.)", value=False)
|
201 |
|
202 |
gr.ChatInterface(
|
203 |
fn=chat_with_openai,
|
|
|
197 |
gr.HTML(DESCRIPTION)
|
198 |
|
199 |
# Add the checkbox directly to the layout
|
200 |
+
fast_mode_checkbox = gr.Checkbox(label="Fast Mode (Skips Reasoning. Provides Immediate, Less Accurate Responses.) RECOMMENDED FOR TALK THERAPY.", value=False)
|
201 |
|
202 |
gr.ChatInterface(
|
203 |
fn=chat_with_openai,
|