Update Views/chatbot.py
Browse files- Views/chatbot.py +1 -1
Views/chatbot.py
CHANGED
@@ -40,7 +40,7 @@ def view_select_model():
|
|
40 |
|
41 |
col1.button('Bert', on_click=function_select_model, args=('Bert',))
|
42 |
col1.button('BigBird', on_click=function_select_model, args=('BigBird',))
|
43 |
-
|
44 |
col1.button('Splinter', on_click=function_select_model, args=('Splinter',))
|
45 |
col1.button('Squeeze', on_click=function_select_model, args=('Squeeze',))
|
46 |
|
|
|
40 |
|
41 |
col1.button('Bert', on_click=function_select_model, args=('Bert',))
|
42 |
col1.button('BigBird', on_click=function_select_model, args=('BigBird',))
|
43 |
+
col1.button('Albert', on_click=function_select_model, args=('Albert',))
|
44 |
col1.button('Splinter', on_click=function_select_model, args=('Splinter',))
|
45 |
col1.button('Squeeze', on_click=function_select_model, args=('Squeeze',))
|
46 |
|