bot name chnages
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ theme = gr.themes.Default(primary_hue="blue").set(
|
|
98 |
)
|
99 |
|
100 |
demo = gr.ChatInterface(get_text_response,clear_btn=False,retry_btn=False,stop_btn=False,undo_btn=False,theme=theme,
|
101 |
-
chatbot= gr.Chatbot(bubble_full_width=False,label='
|
102 |
avatar_images=('https://res.cloudinary.com/dtbarluca/image/upload/v1692694826/user_1177568_mmmdi6.png','https://res.cloudinary.com/dtbarluca/image/upload/v1690875247/hlogo.ico_nqdhd6.png')),examples=["Where did you learn this techonologies?","What are your interests?","Which places do you like to visit?","Your greatest Achievements?","how can connect to you through linkedin?"])
|
103 |
|
104 |
if __name__ == "__main__":
|
|
|
98 |
)
|
99 |
|
100 |
demo = gr.ChatInterface(get_text_response,clear_btn=False,retry_btn=False,stop_btn=False,undo_btn=False,theme=theme,
|
101 |
+
chatbot= gr.Chatbot(bubble_full_width=False,label='Kum bot',show_label=True,height=350,show_share_button=False,
|
102 |
avatar_images=('https://res.cloudinary.com/dtbarluca/image/upload/v1692694826/user_1177568_mmmdi6.png','https://res.cloudinary.com/dtbarluca/image/upload/v1690875247/hlogo.ico_nqdhd6.png')),examples=["Where did you learn this techonologies?","What are your interests?","Which places do you like to visit?","Your greatest Achievements?","how can connect to you through linkedin?"])
|
103 |
|
104 |
if __name__ == "__main__":
|