Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -115,6 +115,7 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
|
|
115 |
After completing your thoughts, you then provide a detailed explanation of the solution process in your response.
|
116 |
""",
|
117 |
label="System Prompt",
|
|
|
118 |
render=False,
|
119 |
),
|
120 |
gr.Slider(
|
|
|
115 |
After completing your thoughts, you then provide a detailed explanation of the solution process in your response.
|
116 |
""",
|
117 |
label="System Prompt",
|
118 |
+
lines=5,
|
119 |
render=False,
|
120 |
),
|
121 |
gr.Slider(
|