Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ 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 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 """,
|
|
|
|
| 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 """,
|