peterkchung commited on
Commit
d8b76a0
·
verified ·
1 Parent(s): 97a26b1

Update app.py update label for component

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as chatUI:
106
  clear = gr.ClearButton([queryInput, chatOutput])
107
 
108
  with gr.Row():
109
- with gr.Accordion():
110
  systemPrompt = gr.Textbox(
111
  value = "System prompt here (null)",
112
  label = "System prompt",
 
106
  clear = gr.ClearButton([queryInput, chatOutput])
107
 
108
  with gr.Row():
109
+ with gr.Accordion(lable = "Model selection:"):
110
  systemPrompt = gr.Textbox(
111
  value = "System prompt here (null)",
112
  label = "System prompt",