Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,8 @@ from typing import Iterable
|
|
6 |
from moa.agent import MOAgent
|
7 |
from moa.agent.moa import ResponseChunk
|
8 |
from streamlit_ace import st_ace
|
|
|
|
|
9 |
import copy
|
10 |
|
11 |
# Default configuration
|
|
|
6 |
from moa.agent import MOAgent
|
7 |
from moa.agent.moa import ResponseChunk
|
8 |
from streamlit_ace import st_ace
|
9 |
+
import asyncio
|
10 |
+
from typing import Union, Iterable, AsyncIterable
|
11 |
import copy
|
12 |
|
13 |
# Default configuration
|