kumaranJaisankar commited on
Commit
b984386
·
1 Parent(s): 78b7b11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ theme = gr.themes.Default(primary_hue="blue").set(
97
 
98
  )
99
 
100
- 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?"])
101
 
102
  if __name__ == "__main__":
103
  demo.launch() #To create a public link, set `share=True` in `launch()`. To enable errors and logs, set `debug=True` in `launch()`.
 
97
 
98
  )
99
 
100
+ 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?"])
101
 
102
  if __name__ == "__main__":
103
  demo.launch() #To create a public link, set `share=True` in `launch()`. To enable errors and logs, set `debug=True` in `launch()`.