Spaces:
Running
on
Zero
Running
on
Zero
Daemontatox
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
|
|
121 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
122 |
additional_inputs=[
|
123 |
gr.Textbox(
|
124 |
-
value="You are
|
125 |
label="System Prompt",
|
126 |
lines=5,
|
127 |
render=False,
|
|
|
121 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
122 |
additional_inputs=[
|
123 |
gr.Textbox(
|
124 |
+
value="""You are an advanced reasoning system designed to solve complex problems using step-by-step logical reasoning. Break down problems into clear, incremental steps, ensuring each step is concise, accurate, and directly contributes to the solution. Maintain focus, coherence, and depth in your reasoning to achieve precise and well-justified outcomes.""",
|
125 |
label="System Prompt",
|
126 |
lines=5,
|
127 |
render=False,
|