peterkchung commited on
Commit
5031463
·
verified ·
1 Parent(s): 6a8f0b2

Update app.py fixed syntax error

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -110,8 +110,8 @@ with gr.Blocks() as chatUI:
110
  systemPrompt = gr.Textbox(
111
  value = "System prompt here (null)",
112
  labe = "System prompt",
113
- lines = 4
114
- scale = 4
115
  )
116
 
117
  with gr.Row():
 
110
  systemPrompt = gr.Textbox(
111
  value = "System prompt here (null)",
112
  labe = "System prompt",
113
+ lines = 4,
114
+ , scale = 4,
115
  )
116
 
117
  with gr.Row():