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

Update app.py fixed syntax error

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as chatUI:
97
  queryInput = gr.Textbox(
98
  placeholder = "Please enter you question or request here...",
99
  show_label = False,
100
- scale = 4
101
  )
102
  submitButton = gr.Button("Submit", scale = 1)
103
 
@@ -111,7 +111,7 @@ with gr.Blocks() as chatUI:
111
  value = "System prompt here (null)",
112
  labe = "System prompt",
113
  lines = 4,
114
- , scale = 4,
115
  )
116
 
117
  with gr.Row():
 
97
  queryInput = gr.Textbox(
98
  placeholder = "Please enter you question or request here...",
99
  show_label = False,
100
+ scale = 4,
101
  )
102
  submitButton = gr.Button("Submit", scale = 1)
103
 
 
111
  value = "System prompt here (null)",
112
  labe = "System prompt",
113
  lines = 4,
114
+ scale = 4,
115
  )
116
 
117
  with gr.Row():