Spaces:
Sleeping
Sleeping
Commit
·
88c34d9
1
Parent(s):
842ea04
Update accourding to new UI
Browse files- chatbot.py +0 -2
chatbot.py
CHANGED
|
@@ -11,8 +11,6 @@ from agents import (Agent,
|
|
| 11 |
from dotenv import load_dotenv
|
| 12 |
import os
|
| 13 |
import requests
|
| 14 |
-
import xmltodict
|
| 15 |
-
import json
|
| 16 |
set_tracing_disabled(disabled=True)
|
| 17 |
enable_verbose_stdout_logging()
|
| 18 |
|
|
|
|
| 11 |
from dotenv import load_dotenv
|
| 12 |
import os
|
| 13 |
import requests
|
|
|
|
|
|
|
| 14 |
set_tracing_disabled(disabled=True)
|
| 15 |
enable_verbose_stdout_logging()
|
| 16 |
|