shlokamhaisekar commited on
Commit
b739380
·
verified ·
1 Parent(s): 38957a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -161,8 +161,8 @@ with gr.Blocks() as demo:
161
  with gr.Row():
162
  msg = gr.Textbox(placeholder="Ask about an item (e.g., banana peel)", label="Your Question")
163
  checkboxes2 = gr.CheckboxGroup(
164
- choices2=["Show fun facts", "Explain why", "Summarize rules"],
165
- label2="Customize your response"
166
  )
167
  send_btn = gr.Button("Send")
168
  history_state = gr.State([])
 
161
  with gr.Row():
162
  msg = gr.Textbox(placeholder="Ask about an item (e.g., banana peel)", label="Your Question")
163
  checkboxes2 = gr.CheckboxGroup(
164
+ choices=["Show fun facts", "Explain why", "Summarize rules"],
165
+ label="Customize your response"
166
  )
167
  send_btn = gr.Button("Send")
168
  history_state = gr.State([])