phucpx commited on
Commit
7668d5b
·
1 Parent(s): 7db6cdc

add passsage templates

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(
133
  with gr.Column(scale=7):
134
  b1 = gr.Button(visible=True)
135
  with gr.Column(scale=3):
136
- server_status_code = gr.Textbox(label="Status code from OpenAI server")
137
 
138
  system_prompt = gr.Textbox(placeholder="Enter system prompt here", label="System Prompt", value=SYSTEM_PROMPT)
139
 
 
133
  with gr.Column(scale=7):
134
  b1 = gr.Button(visible=True)
135
  with gr.Column(scale=3):
136
+ server_status_code = gr.Textbox(label="Status code from PREP server")
137
 
138
  system_prompt = gr.Textbox(placeholder="Enter system prompt here", label="System Prompt", value=SYSTEM_PROMPT)
139