kumaranJaisankar commited on
Commit
4bb4d13
·
verified ·
1 Parent(s): b1c97d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(height=300),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()
 
81
 
82
  )
83
 
84
+ demo = gr.ChatInterface(get_text_response,chatbot=gr.Chatbot(bubble_full_width=False,label='vedam bot',show_label=True,height=350,show_share_button=False),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()