alexkueck commited on
Commit
451e6be
·
1 Parent(s): 04c9ac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -271,13 +271,10 @@ additional_inputs = [
271
 
272
  with gr.Blocks():
273
  chatbot = gr.Chatbot(
274
- [],
275
- elem_id="chatbot",
276
- bubble_full_width=False,
277
- avatar_images=(
278
- "https://drive.google.com/uc?id=18xKoNOHN15H_qmGhK__VKnGjKjirrquW",
279
- "https://drive.google.com/uc?id=1tfELAQW_VbPCy6QTRbexRlwAEYo8rSSv"
280
- ),
281
  )
282
 
283
  demo = gr.ChatInterface(
 
271
 
272
  with gr.Blocks():
273
  chatbot = gr.Chatbot(
274
+ #[],
275
+ #elem_id="chatbot",
276
+ #bubble_full_width=False,
277
+ #avatar_images=("https://drive.google.com/uc?id=18xKoNOHN15H_qmGhK__VKnGjKjirrquW", "https://drive.google.com/uc?id=1tfELAQW_VbPCy6QTRbexRlwAEYo8rSSv"),
 
 
 
278
  )
279
 
280
  demo = gr.ChatInterface(