Sheepbon commited on
Commit
6da2187
·
verified ·
1 Parent(s): 2fc7b94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -154,18 +154,18 @@ title = """# 🐑 NutriAssist 🌱"""
154
  with gr.Blocks() as demo:
155
  chatbot = gr.Chatbot(label="NutriAssist")
156
  chatbot.like(vote, None, None)
157
- with gr.Row():
158
- msg = gr.Textbox(placeholder="Ask about an item (e.g., banana peel)", label="Your Question")
159
- checkboxes = gr.CheckboxGroup(
160
- choices=["Show fun facts", "Explain why", "Summarize rules"],
161
- label="Customize your response"
162
- )
163
- with gr.Row():
164
- msg = gr.Textbox(placeholder="Ask about an item (e.g., banana peel)", label="Your Question")
165
- checkboxes2 = gr.CheckboxGroup(
166
- choices=["Show fun facts", "Explain why", "Summarize rules"],
167
- label="Customize your response"
168
- )
169
 
170
  with gr.Row(scale=1):
171
  gr.Image(
 
154
  with gr.Blocks() as demo:
155
  chatbot = gr.Chatbot(label="NutriAssist")
156
  chatbot.like(vote, None, None)
157
+ # with gr.Row():
158
+ # msg = gr.Textbox(placeholder="Ask about an item (e.g., banana peel)", label="Your Question")
159
+ # checkboxes = gr.CheckboxGroup(
160
+ # choices=["Show fun facts", "Explain why", "Summarize rules"],
161
+ # label="Customize your response"
162
+ # )
163
+ # with gr.Row():
164
+ # msg = gr.Textbox(placeholder="Ask about an item (e.g., banana peel)", label="Your Question")
165
+ # checkboxes2 = gr.CheckboxGroup(
166
+ # choices=["Show fun facts", "Explain why", "Summarize rules"],
167
+ # label="Customize your response"
168
+ # )
169
 
170
  with gr.Row(scale=1):
171
  gr.Image(