Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ def chatbot_reply(input_text):
|
|
| 116 |
|
| 117 |
def get_description_text():
|
| 118 |
return """
|
| 119 |
-
#AutoGen: Retrieve Chat Demo
|
| 120 |
|
| 121 |
This demo shows how to use the RetrieveUserProxyAgent and RetrieveAssistantAgent to build a chatbot.
|
| 122 |
|
|
|
|
| 116 |
|
| 117 |
def get_description_text():
|
| 118 |
return """
|
| 119 |
+
# AutoGen: Retrieve Chat Demo
|
| 120 |
|
| 121 |
This demo shows how to use the RetrieveUserProxyAgent and RetrieveAssistantAgent to build a chatbot.
|
| 122 |
|