Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
with gr.Row():
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 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(
|