DrishtiSharma commited on
Commit
91e5253
Β·
verified Β·
1 Parent(s): 4900612

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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