abhivsh commited on
Commit
6cb469b
·
verified ·
1 Parent(s): c46aced

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -73,9 +73,9 @@ def chat_query(question, history):
73
 
74
  iface = gr.ChatInterface(
75
  fn=chat_query,
76
- title = " -----: ChatBot :----- ",
77
- description="""-- Welcome to the Language Model trained on Model-TS (Engineering-SS).\n\n
78
- -- The Model tries to answer the Query based on Model-Technical Specifications. \n\n
79
  -- For precise reply, please input `Specific Keywords` in your Query. \n\n """,
80
  concurrency_limit = None,
81
  examples = {'What should be the GIB height outside the GIS hall ?'},
 
73
 
74
  iface = gr.ChatInterface(
75
  fn=chat_query,
76
+ title = " -----: Conversational Bot for Model-TS :----- ",
77
+ description="""-- Welcome to the Language Model trained on `Model Technical Specifications` of Engineering Dept.\n\n
78
+ -- The Model tries to answer the Query based on TS, GTR & Specific Requirements. \n\n
79
  -- For precise reply, please input `Specific Keywords` in your Query. \n\n """,
80
  concurrency_limit = None,
81
  examples = {'What should be the GIB height outside the GIS hall ?'},