peterkchung commited on
Commit
69cd03a
·
verified ·
1 Parent(s): d8b76a0

Update app.py syntax error

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(lable = "Model selection:"):
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(label = "Model selection:"):
110
  systemPrompt = gr.Textbox(
111
  value = "System prompt here (null)",
112
  label = "System prompt",