Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -789,7 +789,7 @@ with gr.Blocks(css=css, title="Gemma3-R1984-27B") as demo:
|
|
789 |
# Used internally but not visible to the user
|
790 |
system_prompt_box = gr.Textbox(
|
791 |
lines=3,
|
792 |
-
value="
|
793 |
visible=False # hidden from view
|
794 |
)
|
795 |
|
|
|
789 |
# Used internally but not visible to the user
|
790 |
system_prompt_box = gr.Textbox(
|
791 |
lines=3,
|
792 |
+
value="You are a deep thinking AI that may use extremely long chains of thought to thoroughly analyze the problem and deliberate using systematic reasoning processes to arrive at a correct solution before answering.",
|
793 |
visible=False # hidden from view
|
794 |
)
|
795 |
|