Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ theme = gr.themes.Default(primary_hue="blue").set(
|
|
81 |
|
82 |
)
|
83 |
|
84 |
-
demo = gr.ChatInterface(get_text_response,chatbot=gr.Chatbot(bubble_full_width=False,label='Kum AI',show_label=True,height=350,show_share_button=False,avatar_images=('https://res.cloudinary.com/dtbarluca/image/upload/v1692694826/user_1177568_mmmdi6.png','https://res.cloudinary.com/dtbarluca/image/upload/
|
85 |
|
86 |
if __name__ == "__main__":
|
87 |
demo.launch()
|
|
|
81 |
|
82 |
)
|
83 |
|
84 |
+
demo = gr.ChatInterface(get_text_response,chatbot=gr.Chatbot(bubble_full_width=False,label='Kum AI',show_label=True,height=350,show_share_button=False,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')),undo_btn=None,clear_btn=None,retry_btn=None,submit_btn='send',theme=theme,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?"])
|
85 |
|
86 |
if __name__ == "__main__":
|
87 |
demo.launch()
|