prithivMLmods commited on
Commit
65b2bab
1 Parent(s): d1dc1b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks(css=css, theme="prithivMLmods/Minecraft-Theme") as demo:
178
  label="Prompt",
179
  show_label=False,
180
  max_lines=1,
181
- placeholder="Enter your prompt with resp. tag!",
182
  container=False,
183
  )
184
  run_button = gr.Button("Run", scale=0)
 
178
  label="Prompt",
179
  show_label=False,
180
  max_lines=1,
181
+ placeholder="Enter your prompt",
182
  container=False,
183
  )
184
  run_button = gr.Button("Run", scale=0)