Spaces:
Runtime error
Runtime error
Commit
·
8eaf49f
1
Parent(s):
1d02292
correct description
Browse files
app.py
CHANGED
@@ -79,9 +79,7 @@ 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 |
-
"v0.2: Langchain Agent: Ongoing" +
|
84 |
-
"v0.1: Local DB Search Function: Done",
|
85 |
)
|
86 |
|
87 |
# demo = gr.Interface(
|
|
|
79 |
demo = gr.ChatInterface(
|
80 |
chathmi,
|
81 |
title="STLA BABY - YOUR FRIENDLY GUIDE ",
|
82 |
+
description= "v0.2: Powered by MECH Core Team",
|
|
|
|
|
83 |
)
|
84 |
|
85 |
# demo = gr.Interface(
|