kumaranJaisankar commited on
Commit
c47c0c9
·
1 Parent(s): 8e13303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ theme = gr.themes.Default(primary_hue="blue").set(
69
 
70
  )
71
 
72
- demo = gr.ChatInterface(get_text_response,undo_btn=None,clear_btn=None,retry_btn=None,submit_btn='send',theme=theme, examples=['what is Questionnaire Application?','what are futuers of Questionnaire design screen?','what are Features of Questionnaire Assessment screen?'])
73
 
74
  if __name__ == "__main__":
75
  demo.launch()
 
69
 
70
  )
71
 
72
+ demo = gr.ChatInterface(get_text_response,undo_btn=None,clear_btn=None,retry_btn=None,submit_btn='send',theme=theme, examples=['what is Questionnaire Application?','what are Featuers of Questionnaire design screen?','what are Features of Questionnaire Assessment screen?'])
73
 
74
  if __name__ == "__main__":
75
  demo.launch()