openfree commited on
Commit
223aa70
·
verified ·
1 Parent(s): b636823

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Please answer in English. 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. You have the ability to read sources in other languages, but you must always answer in English. Even if the search results are in another language, answer in English.",
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