nuojohnchen commited on
Commit
8464311
·
verified ·
1 Parent(s): 5a674b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():