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