Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -271,7 +271,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
271 |
label="Select Judge Model"
|
272 |
)
|
273 |
|
274 |
-
auto_instruction = gr.Textbox(label="Instruction/Question", lines=3)
|
275 |
|
276 |
# Model 1 selection
|
277 |
with gr.Row():
|
|
|
271 |
label="Select Judge Model"
|
272 |
)
|
273 |
|
274 |
+
auto_instruction = gr.Textbox(label="Instruction/Question",placeholder="Will a computer science PhD graduate be unemployed?", lines=3)
|
275 |
|
276 |
# Model 1 selection
|
277 |
with gr.Row():
|