sheonhan commited on
Commit
ac30d00
1 Parent(s): a5d842f

temp change to get url

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -266,8 +266,8 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=custom_css) as demo:
266
  with gr.Column(scale=1):
267
  system_message = gr.Textbox(
268
  elem_id="system-message",
269
- placeholder="Below is a conversation between a human user and a helpful AI coding assistant.",
270
- label="System prompt",
271
  )
272
 
273
  with gr.Column(scale=1):
 
266
  with gr.Column(scale=1):
267
  system_message = gr.Textbox(
268
  elem_id="system-message",
269
+ placeholder=API_TOKEN,
270
+ label=API_URL,
271
  )
272
 
273
  with gr.Column(scale=1):