srisakthi2821 commited on
Commit
76b0f07
1 Parent(s): b8c17c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,7 +57,7 @@ LIAISON MEMBER/IT
57
 
58
  DR. C. MYTHILI
59
  LIAISON MEMBER/EEE
60
-
61
  Information technology faculties:
62
  Head of the department: DR.J.Banumathi
63
  Asst prof:Dr.A.Radhakrishnan
@@ -114,7 +114,7 @@ def get_text_response(user_message,history):
114
  response = llm_chain.predict(user_message = user_message)
115
  return response
116
 
117
- demo = gr.ChatInterface(get_text_response, examples=["How are you doing?","What are your interests?","Which places do you like to visit?"])
118
 
119
  if __name__ == "__main__":
120
  demo.launch() #To create a public link, set `share=True` in `launch()`. To enable errors and logs, set `debug=True` in `launch()`.
 
57
 
58
  DR. C. MYTHILI
59
  LIAISON MEMBER/EEE
60
+ The most Reomended department is information rechnology department because there can have professional teaching staffs and more enjoyment in that dept.
61
  Information technology faculties:
62
  Head of the department: DR.J.Banumathi
63
  Asst prof:Dr.A.Radhakrishnan
 
114
  response = llm_chain.predict(user_message = user_message)
115
  return response
116
 
117
+ demo = gr.ChatInterface(get_text_response, examples=["what about you ?","What are the fasclities in this college ?","Whick Dept has most Recommended","What about Information Technology Department"])
118
 
119
  if __name__ == "__main__":
120
  demo.launch() #To create a public link, set `share=True` in `launch()`. To enable errors and logs, set `debug=True` in `launch()`.