paloma99 commited on
Commit
65ef502
·
verified ·
1 Parent(s): cf5cb09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ custom_examples_css = [
81
  ]
82
 
83
  example_containers = [
84
- gr.Container(custom_examples[i], css=custom_examples_css[i]) for i in range(len(custom_examples))
85
  ]
86
 
87
  chatbot_gradio_app = gr.ChatInterface(
 
81
  ]
82
 
83
  example_containers = [
84
+ gr.Button(custom_examples[i], css=custom_examples_css[i]) for i in range(len(custom_examples))
85
  ]
86
 
87
  chatbot_gradio_app = gr.ChatInterface(