ritikaaA commited on
Commit
312f384
·
verified ·
1 Parent(s): 2b09ab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -246,14 +246,14 @@ with gr.Blocks(theme=custom_theme) as chatbot:
246
  ["Small", "Medium", "Large"], label="Dog Size", info="What is your dog's size?"
247
  )
248
 
249
- with gr.Column(scale=4):
250
- gr.ChatInterface(
251
- fn=respond,
252
- type="messages",
253
- examples=["What should I feed my pet husky?", "Give me a meal plan for my labrador.", "Help! My dog is puking everywhere!"],
254
- title="BarkBites",
255
- theme="gradio/soft",
256
- description="Are you worried that something isn’t safe to eat for your dog? Or that they aren’t getting enough nutrition? Look no further, BarkBites is here to help!"
257
- )
258
 
259
  chatbot.launch()
 
246
  ["Small", "Medium", "Large"], label="Dog Size", info="What is your dog's size?"
247
  )
248
 
249
+ # with gr.Column(scale=4):
250
+ # gr.ChatInterface(
251
+ # fn=respond,
252
+ # type="messages",
253
+ # examples=["What should I feed my pet husky?", "Give me a meal plan for my labrador.", "Help! My dog is puking everywhere!"],
254
+ # title="BarkBites",
255
+ # theme="gradio/soft",
256
+ # description="Are you worried that something isn’t safe to eat for your dog? Or that they aren’t getting enough nutrition? Look no further, BarkBites is here to help!"
257
+ # )
258
 
259
  chatbot.launch()