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

Update app.py more syntax errors

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,10 +106,10 @@ with gr.Blocks() as chatUI:
106
  clear = gr.ClearButton([queryInput, chatOutput])
107
 
108
  with gr.Row():
109
- with gr.Acordian():
110
  systemPrompt = gr.Textbox(
111
  value = "System prompt here (null)",
112
- labe = "System prompt",
113
  lines = 4,
114
  scale = 4,
115
  )
 
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",
113
  lines = 4,
114
  scale = 4,
115
  )