Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,9 +73,9 @@ def chat_query(question, history):
|
|
| 73 |
|
| 74 |
iface = gr.ChatInterface(
|
| 75 |
fn=chat_query,
|
| 76 |
-
title = " -----:
|
| 77 |
-
description="""-- Welcome to the Language Model trained on Model
|
| 78 |
-
-- The Model tries to answer the Query based on
|
| 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 ?'},
|