Spaces:
Runtime error
Runtime error
Commit
·
1d02292
1
Parent(s):
d4b40f3
update description with function
Browse files
app.py
CHANGED
@@ -79,7 +79,9 @@ def chathmi2(message, history):
|
|
79 |
demo = gr.ChatInterface(
|
80 |
chathmi,
|
81 |
title="STLA BABY - YOUR FRIENDLY GUIDE ",
|
82 |
-
description= "Powered by MECH Core Team"
|
|
|
|
|
83 |
)
|
84 |
|
85 |
# demo = gr.Interface(
|
|
|
79 |
demo = gr.ChatInterface(
|
80 |
chathmi,
|
81 |
title="STLA BABY - YOUR FRIENDLY GUIDE ",
|
82 |
+
description= "Powered by MECH Core Team \n" +
|
83 |
+
"v0.2: Langchain Agent: Ongoing" +
|
84 |
+
"v0.1: Local DB Search Function: Done",
|
85 |
)
|
86 |
|
87 |
# demo = gr.Interface(
|