Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 165 |
-
|
| 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([])
|