ibvhim commited on
Commit
0d28add
1 Parent(s): be0b7fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,5 +9,5 @@ gr.TabbedInterface(
9
  Chatbot.app.interface,
10
  onnx_guide.app.interface,
11
  ],
12
- tab_names=['Chatbot', 'Pictionary', 'Onnx'],
13
  ).launch(debug=True)
 
9
  Chatbot.app.interface,
10
  onnx_guide.app.interface,
11
  ],
12
+ tab_names=['Chatbot', 'Onnx'],
13
  ).launch(debug=True)